Uses of Interface
com.google.gwt.editor.client.IsEditor
Packages that use IsEditor
Package
Description
User interface components for the bean editor framework.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
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 IsEditorModifier and TypeClassDescriptionclassA 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 -
Uses of IsEditor in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement IsEditorModifier and TypeClassDescriptionclassA standard check box widget.classExtendsValueLabelfor convenience when dealing with dates andDateTimeFormat, especially inUiBindertemplates.static classDefault implementation of Caption.classA ValueBox that usesDoubleParserandDoubleRenderer.classRepresents a hidden field in an HTML form.classA widget that can contain arbitrary HTML.classA widget that can contain arbitrary HTML.classA widget that contains arbitrary text, not interpreted as HTML.classA ValueBox that usesIntegerParserandIntegerRenderer.classA widget that contains arbitrary text, not interpreted as HTML.classA ValueBox that usesLongParserandLongRenderer.classNumberLabel<T extends Number>ExtendsValueLabelfor convenience when dealing with numbers andNumberFormat, especially inUiBindertemplates.classA text box that visually masks its input to prevent eavesdropping.classA mutually-exclusive selection radio button widget.classA simple checkbox widget, with no label.classA simple radio button widget, with no label.classASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classA text box that allows multiple lines of text to be entered.classA standard single-line text box.classAbstract base class for most text entry widgets.classAToggleButtonis a stylish stateful button which allows the user to toggle betweenupanddownstates.classValueBox<T>A text box able to parse its displayed value.classValueBoxBase<T>Abstract base class for all text entry widgets.classValueLabel<T>A label displaying its value through a renderer.classValueListBox<T>Implementation ofHasConstrainedValuebased on aSelectElement.classValuePicker<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 IsEditorModifier and TypeClassDescriptionclassA text box that shows aDatePickerwhen the user focuses on it.classStandard GWT date picker.