T
- the type of data to be editedpublic class HasDataEditor<T> extends ListEditor<T,LeafValueEditor<T>>
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HasDataEditor.HasDataEditorSource<T> |
CompositeEditor.EditorChain<C,E extends Editor<? super C>>
Editor.Ignore, Editor.Path
Modifier and Type | Method and Description |
---|---|
static <T> HasDataEditor<T> |
of(HasData<T> data)
Create a HasDataEditor backed by a HasData.
|
createEditorForTraversal, flush, getEditors, getList, getPathElement, of, onPropertyChange, setDelegate, setEditorChain, setValue
public static <T> HasDataEditor<T> of(HasData<T> data)
T
- the type of data to be editeddata
- the HasData that is displaying the data