Interface ValueAwareEditor<T>

Type Parameters:
T - the type of composite object the editor can display
All Superinterfaces:
Editor<T>, HasEditorDelegate<T>
All Known Subinterfaces:
CompositeEditor<T,C,E>
All Known Implementing Classes:
HasDataEditor, ListEditor, OptionalFieldEditor

public interface ValueAwareEditor<T> extends HasEditorDelegate<T>
Editors whose behavior changes based on the value being edited will implement this interface.