T
- the type of data to be editedpublic class HasDataEditor<T> extends ListEditor<T,LeafValueEditor<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 dataCopyright © 2018. All rights reserved.