Interface EntityEditModel.ValueEditor<T>

Type Parameters:
T - the attribute value type
All Superinterfaces:
Observable<T>, Observer<T>, Value<T>
Enclosing interface:
EntityEditModel

public static interface EntityEditModel.ValueEditor<T> extends Value<T>
Provides edit access to an Attribute value in the underlying entity being edited.