|
GWT 2.4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.editor.client.adapters.ListEditor<T,LeafValueEditor<T>>
com.google.gwt.editor.client.adapters.HasDataEditor<T>
T
- the type of data to be editedpublic class HasDataEditor<T>
Adapts the HasData interface to the Editor framework.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.CompositeEditor |
---|
CompositeEditor.EditorChain<C,E extends Editor<C>> |
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor |
---|
Editor.Ignore, Editor.Path |
Method Summary | ||
---|---|---|
static
|
of(HasData<T> data)
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> HasDataEditor<T> of(HasData<T> data)
T
- the type of data to be editeddata
- the HasData that is displaying the data
|
GWT 2.4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |