Uses of Interface
com.google.gwt.editor.client.IsEditor
-
Packages that use IsEditor 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.com.google.gwt.user.datepicker.client The date picker widget and associated types. -
-
Uses of IsEditor in com.google.gwt.editor.ui.client
Classes in com.google.gwt.editor.ui.client that implement IsEditor Modifier and Type Class Description class
ValueBoxEditorDecorator<T>
A simple decorator to display leaf widgets with an error message. -
Uses of IsEditor in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement IsEditor Modifier and Type Class Description class
CellWidget<C>
-
Uses of IsEditor in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement IsEditor Modifier and Type Class Description class
CheckBox
A standard check box widget.class
DateLabel
ExtendsValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
templates.static class
DialogBox.CaptionImpl
Default implementation of Caption.class
DoubleBox
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
Hidden
Represents a hidden field in an HTML form.class
HTML
A widget that can contain arbitrary HTML.class
InlineHTML
A widget that can contain arbitrary HTML.class
InlineLabel
A widget that contains arbitrary text, not interpreted as HTML.class
IntegerBox
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
Label
A widget that contains arbitrary text, not interpreted as HTML.class
LongBox
A ValueBox that usesLongParser
andLongRenderer
.class
NumberLabel<T extends java.lang.Number>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.class
PasswordTextBox
A text box that visually masks its input to prevent eavesdropping.class
RadioButton
A mutually-exclusive selection radio button widget.class
SimpleCheckBox
A simple checkbox widget, with no label.class
SimpleRadioButton
A simple radio button widget, with no label.class
SuggestBox
ASuggestBox
is a text box or text area which displays a pre-configured set of selections that match the user's input.class
TextArea
A text box that allows multiple lines of text to be entered.class
TextBox
A standard single-line text box.class
TextBoxBase
Abstract base class for most text entry widgets.class
ToggleButton
AToggleButton
is a stylish stateful button which allows the user to toggle betweenup
anddown
states.class
ValueBox<T>
A text box able to parse its displayed value.class
ValueBoxBase<T>
Abstract base class for all text entry widgets.class
ValueLabel<T>
A label displaying its value through a renderer.class
ValueListBox<T>
Implementation ofHasConstrainedValue
based on aSelectElement
.class
ValuePicker<T>
Allows the user to pick a single value from a list. -
Uses of IsEditor in com.google.gwt.user.datepicker.client
Classes in com.google.gwt.user.datepicker.client that implement IsEditor Modifier and Type Class Description class
DateBox
A text box that shows aDatePicker
when the user focuses on it.class
DatePicker
Standard GWT date picker.
-