Class HasDataEditor<T>
java.lang.Object
com.google.gwt.editor.client.adapters.ListEditor<T,LeafValueEditor<T>>
com.google.gwt.editor.client.adapters.HasDataEditor<T>
- Type Parameters:
T
- the type of data to be edited
- All Implemented Interfaces:
CompositeEditor<List<T>,
,T, LeafValueEditor<T>> Editor<List<T>>
,HasEditorDelegate<List<T>>
,ValueAwareEditor<List<T>>
Adapts the HasData interface to the Editor framework.
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.CompositeEditor
CompositeEditor.EditorChain<C,
E extends Editor<? super C>> Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor
Editor.Ignore, Editor.Path
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> HasDataEditor
<T> Create a HasDataEditor backed by a HasData.Methods inherited from class com.google.gwt.editor.client.adapters.ListEditor
createEditorForTraversal, flush, getEditors, getList, getPathElement, of, onPropertyChange, setDelegate, setEditorChain, setValue
-
Method Details
-
of
Create a HasDataEditor backed by a HasData.- Type Parameters:
T
- the type of data to be edited- Parameters:
data
- the HasData that is displaying the data- Returns:
- a instance of a HasDataEditor
-