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 TypeClassDescriptionclassOptionalFieldEditor<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.classSimpleEditor<T>A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.classAdapts theTakesValueinterface 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 TypeMethodDescriptionvoidHasDataEditor.HasDataEditorSource.dispose(LeafValueEditor<T> subEditor) voidHasDataEditor.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 TypeClassDescriptionclassAdapts the HasText interface to the Editor framework.classAdapts theValueBoxBaseinterface 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 aTakesValueEditorbacked by the SuggestBox.ToggleButton.asEditor()ValueLabel.asEditor()ValuePicker.asEditor()Returns aTakesValueEditorbacked 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 aTakesValueEditorbacked by the DateBox.DatePicker.asEditor()Returns aTakesValueEditorbacked by the DatePicker.