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 classValueBoxEditorDecorator<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 classCellWidget<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 classCheckBoxA standard check box widget.classDateLabelExtendsValueLabelfor convenience when dealing with dates andDateTimeFormat, especially inUiBindertemplates.static classDialogBox.CaptionImplDefault implementation of Caption.classDoubleBoxA ValueBox that usesDoubleParserandDoubleRenderer.classHiddenRepresents a hidden field in an HTML form.classHTMLA widget that can contain arbitrary HTML.classInlineHTMLA widget that can contain arbitrary HTML.classInlineLabelA widget that contains arbitrary text, not interpreted as HTML.classIntegerBoxA ValueBox that usesIntegerParserandIntegerRenderer.classLabelA widget that contains arbitrary text, not interpreted as HTML.classLongBoxA ValueBox that usesLongParserandLongRenderer.classNumberLabel<T extends java.lang.Number>ExtendsValueLabelfor convenience when dealing with numbers andNumberFormat, especially inUiBindertemplates.classPasswordTextBoxA text box that visually masks its input to prevent eavesdropping.classRadioButtonA mutually-exclusive selection radio button widget.classSimpleCheckBoxA simple checkbox widget, with no label.classSimpleRadioButtonA simple radio button widget, with no label.classSuggestBoxASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classTextAreaA text box that allows multiple lines of text to be entered.classTextBoxA standard single-line text box.classTextBoxBaseAbstract base class for most text entry widgets.classToggleButtonAToggleButtonis 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 IsEditor Modifier and Type Class Description classDateBoxA text box that shows aDatePickerwhen the user focuses on it.classDatePickerStandard GWT date picker.
-