Uses of Class
com.google.gwt.uibinder.client.UiConstructor
-
Packages that use UiConstructor 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.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of UiConstructor in com.google.gwt.editor.ui.client
Constructors in com.google.gwt.editor.ui.client with annotations of type UiConstructor Constructor Description ValueBoxEditorDecorator()
Constructs a ValueBoxEditorDecorator. -
Uses of UiConstructor in com.google.gwt.user.cellview.client
Constructors in com.google.gwt.user.cellview.client with annotations of type UiConstructor Constructor Description PageSizePager(int increment)
Construct a PageSizePager with a given increment.SimplePager(SimplePager.TextLocation location)
Construct aSimplePager
with the specified text location. -
Uses of UiConstructor in com.google.gwt.user.client.ui
Constructors in com.google.gwt.user.client.ui with annotations of type UiConstructor Constructor Description NamedFrame(java.lang.String name)
Constructs a frame with the given name.RadioButton(java.lang.String name)
Creates a new radio associated with a particular group name.ValueLabel(Renderer<? super T> renderer)
Creates an empty value label.
-