Uses of Interface
com.google.gwt.editor.client.LeafValueEditor
Packages that use 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
Methods in com.google.gwt.editor.client that return LeafValueEditorModifier 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
Classes in com.google.gwt.editor.client.adapters that implement LeafValueEditorModifier 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.Methods in com.google.gwt.editor.client.adapters that return LeafValueEditorMethods in com.google.gwt.editor.client.adapters with parameters of type LeafValueEditorModifier 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
Classes in com.google.gwt.editor.client.testing that implement LeafValueEditorMethods in com.google.gwt.editor.client.testing that return LeafValueEditor -
Uses of LeafValueEditor in com.google.gwt.editor.ui.client.adapters
Classes in com.google.gwt.editor.ui.client.adapters that implement LeafValueEditorModifier 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
Methods in com.google.gwt.user.cellview.client that return LeafValueEditor -
Uses of LeafValueEditor in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return LeafValueEditorModifier 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
Methods in com.google.gwt.user.datepicker.client that return LeafValueEditorModifier and TypeMethodDescriptionDateBox.asEditor()
Returns aTakesValueEditor
backed by the DateBox.DatePicker.asEditor()
Returns aTakesValueEditor
backed by the DatePicker.