T
- the type of composite object the editor can displaypublic interface ValueAwareEditor<T> extends HasEditorDelegate<T>
Editor.Ignore, Editor.Path
Modifier and Type | Method and Description |
---|---|
void |
flush()
Indicates that the Editor cycle is finished.
|
void |
onPropertyChange(java.lang.String... paths)
Notifies the Editor that one or more value properties have changed.
|
void |
setValue(T value)
Called by the EditorDriver to set the object the Editor is peered with
|
setDelegate
void flush()
void onPropertyChange(java.lang.String... paths)
paths
- a list of String pathsvoid setValue(T value)
ValueAwareEditors should preferentially use sub-editors to alter the properties of the object being edited.
value
- a value of type T