public class SmartGrid extends Grid
Grid with a number of extremely useful utility methods.
See SmartTable.HTMLTable.Cell, HTMLTable.CellFormatter, HTMLTable.ColumnFormatter, HTMLTable.RowFormatterUIObject.DebugIdImpl, UIObject.DebugIdImplEnabledHasWidgets.ForIsWidgetDEBUG_ID_PREFIX| Constructor and Description |
|---|
SmartGrid(int rows,
int columns) |
SmartGrid(int rows,
int columns,
int cellPadding,
int cellSpacing) |
SmartGrid(int rows,
int columns,
String styleName,
int cellPadding,
int cellSpacing) |
| Modifier and Type | Method and Description |
|---|---|
void |
setText(int row,
int column,
String text,
String style)
Sets the text in the specified cell, with the specified style and column span.
|
void |
setWidget(int row,
int column,
Widget widget,
String style)
Sets the widget in the specified cell, with the specified style and column span.
|
clearCell, getCellCount, getColumnCount, getRowCount, insertRow, removeRow, resize, resizeColumns, resizeRowsaddClickHandler, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addTableListener, clear, clear, getCellForEvent, getCellFormatter, getCellPadding, getCellSpacing, getColumnFormatter, getHTML, getRowFormatter, getText, getWidget, isCellPresent, iterator, remove, removeTableListener, setBorderWidth, setCellPadding, setCellSpacing, setHTML, setHTML, setText, setWidget, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitfireEventpublic SmartGrid(int rows,
int columns)
public SmartGrid(int rows,
int columns,
int cellPadding,
int cellSpacing)
public SmartGrid(int rows,
int columns,
String styleName,
int cellPadding,
int cellSpacing)
Copyright © 2013. All Rights Reserved.