Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.EditorValue.Propagator.Setter
- Enclosing interface:
EntityEditor.EditorValue.Propagator<T>
public static interface EntityEditor.EditorValue.Propagator.Setter
Sets attribute values, routing to the appropriate target depending on context.
-
Method Summary
-
Method Details
-
set
Sets the value of the given attribute.- Type Parameters:
T- the value type- Parameters:
attribute- the attributevalue- the value
-