Uses of Class
com.google.gwt.uibinder.client.UiChild
-
Packages that use UiChild 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. -
-
Uses of UiChild in com.google.gwt.editor.ui.client
Methods in com.google.gwt.editor.ui.client with annotations of type UiChild Modifier and Type Method Description void
ValueBoxEditorDecorator. setValueBox(ValueBoxBase<T> widget)
Set the widget that the EditorPanel will display. -
Uses of UiChild in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client with annotations of type UiChild Modifier and Type Method 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.
-