|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of composite object the editor can displaypublic interface ValueAwareEditor<T>
Editors whose behavior changes based on the value being edited will implement this interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor |
---|
Editor.Ignore, Editor.Path |
Method Summary | |
---|---|
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 |
Methods inherited from interface com.google.gwt.editor.client.HasEditorDelegate |
---|
setDelegate |
Method Detail |
---|
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
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |