Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.EditorValues
- Enclosing interface:
EntityEditor<R extends EntityEditor<R>>
public static interface EntityEditor.EditorValues
Provides access to the underlying values.
-
Method Summary
Modifier and TypeMethodDescriptionchanged()Returns an observer notified each time a value is changed, either via its associatedEntityEditor.EditorValueinstance or when the entity is changed viaEntityEditor.EditorEntity.
-
Method Details
-
changed
Returns an observer notified each time a value is changed, either via its associatedEntityEditor.EditorValueinstance or when the entity is changed viaEntityEditor.EditorEntity.- Returns:
- an observer notified each time a value is changed
-