Interface EntityEditModel.EditableValue<T>

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

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