Uses of Interface
com.google.gwt.editor.client.LeafValueEditor
Package
Description
A framework for editing bean-like objects.
Adapters for the bean editor framework.
Classes used for testing the bean editor support.
User interface adapters 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 LeafValueEditor in com.google.gwt.editor.client
Modifier and TypeMethodDescriptionEditorContext.asLeafValueEditor()
Returns a non-null value if the editor returned byEditorContext.getEditor()
implementsLeafValueEditor
. -
Uses of LeafValueEditor in com.google.gwt.editor.client.adapters
Modifier and TypeClassDescriptionclass
OptionalFieldEditor<T,
E extends Editor<? super T>> This adapter can be used when a type being edited has an optional field that may be nullified or reassigned as part of the editing process.class
SimpleEditor<T>
A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.class
Adapts theTakesValue
interface to the Editor framework.Modifier and TypeMethodDescriptionvoid
HasDataEditor.HasDataEditorSource.dispose
(LeafValueEditor<T> subEditor) void
HasDataEditor.HasDataEditorSource.setIndex
(LeafValueEditor<T> editor, int index) -
Uses of LeafValueEditor in com.google.gwt.editor.client.testing
-
Uses of LeafValueEditor in com.google.gwt.editor.ui.client.adapters
Modifier and TypeClassDescriptionclass
Adapts the HasText interface to the Editor framework.class
Adapts theValueBoxBase
interface to the Editor framework. -
Uses of LeafValueEditor in com.google.gwt.user.cellview.client
-
Uses of LeafValueEditor in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionCheckBox.asEditor()
Hidden.asEditor()
Label.asEditor()
SimpleCheckBox.asEditor()
SuggestBox.asEditor()
Returns aTakesValueEditor
backed by the SuggestBox.ToggleButton.asEditor()
ValueLabel.asEditor()
ValuePicker.asEditor()
Returns aTakesValueEditor
backed by the ValuePicker. -
Uses of LeafValueEditor in com.google.gwt.user.datepicker.client
Modifier and TypeMethodDescriptionDateBox.asEditor()
Returns aTakesValueEditor
backed by the DateBox.DatePicker.asEditor()
Returns aTakesValueEditor
backed by the DatePicker.