Package | Description |
---|---|
com.google.gwt.editor.client |
A framework for editing bean-like objects.
|
com.google.gwt.editor.client.adapters |
Adapters for the bean editor framework.
|
com.google.gwt.editor.client.impl | |
com.google.gwt.editor.client.testing |
Classes used for testing the bean editor support.
|
com.google.gwt.editor.ui.client.adapters |
User interface adapters 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.
|
Modifier and Type | Method and Description |
---|---|
LeafValueEditor<T> |
EditorContext.asLeafValueEditor()
Returns a non-null value if the editor returned by
EditorContext.getEditor()
implements LeafValueEditor . |
Modifier and Type | Class and Description |
---|---|
class |
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 |
TakesValueEditor<T>
Adapts the
TakesValue interface to the Editor framework. |
Modifier and Type | Method and Description |
---|---|
LeafValueEditor<T> |
AbstractEditorContext.asLeafValueEditor() |
Modifier and Type | Class and Description |
---|---|
class |
FakeLeafValueEditor<T>
A no-op Editor.
|
Modifier and Type | Method and Description |
---|---|
LeafValueEditor<T> |
FakeEditorContext.asLeafValueEditor()
Returns
null . |
Modifier and Type | Class and Description |
---|---|
class |
HasTextEditor
Adapts the HasText interface to the Editor framework.
|
class |
ValueBoxEditor<T>
Adapts the
ValueBoxBase interface to the Editor framework. |
Modifier and Type | Method and Description |
---|---|
LeafValueEditor<C> |
CellWidget.asEditor() |
Modifier and Type | Method and Description |
---|---|
LeafValueEditor<T> |
ValueLabel.asEditor() |
LeafValueEditor<String> |
Label.asEditor() |
LeafValueEditor<Boolean> |
ToggleButton.asEditor() |
LeafValueEditor<String> |
Hidden.asEditor() |
LeafValueEditor<Boolean> |
SimpleCheckBox.asEditor() |
LeafValueEditor<Boolean> |
CheckBox.asEditor() |
LeafValueEditor<String> |
SuggestBox.asEditor()
Returns a
TakesValueEditor backed by the SuggestBox. |
LeafValueEditor<T> |
ValuePicker.asEditor()
Returns a
TakesValueEditor backed by the ValuePicker. |
Modifier and Type | Method and Description |
---|---|
LeafValueEditor<Date> |
DatePicker.asEditor()
Returns a
TakesValueEditor backed by the DatePicker. |
LeafValueEditor<Date> |
DateBox.asEditor()
Returns a
TakesValueEditor backed by the DateBox. |
Copyright © 2018. All rights reserved.