Uses of Annotation Type
com.google.gwt.uibinder.client.UiChild
Packages that use UiChild
Package
Description
User interface components for the bean editor framework.
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 UiChildModifier and TypeMethodDescriptionvoid
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 UiChildModifier and TypeMethodDescriptionvoid
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.