Package | Description |
---|---|
com.google.gwt.editor.ui.client |
User interface components for the bean editor framework.
|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueBoxEditorDecorator.setValueBox(ValueBoxBase<T> widget)
Set the widget that the EditorPanel will display.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCellTable.setEmptyTableWidget(Widget widget)
Set the widget to display when the table has no rows.
|
void |
AbstractCellTable.setLoadingIndicator(Widget widget)
Set the widget to display when the data is loading.
|