Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditModel.EditableEntity.Modified
- All Superinterfaces:
Observer<Boolean>
,StateObserver
,ValueObserver<Boolean>
- Enclosing interface:
- EntityEditModel.EditableEntity
Indicates whether the active entity is modified.
- See Also:
-
Method Summary
Methods inherited from interface is.codion.common.observer.Observer
addConsumer, addListener, addWeakConsumer, addWeakListener, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener
Methods inherited from interface is.codion.common.state.StateObserver
isNotNull, isNull, not, nullable
Methods inherited from interface is.codion.common.value.ValueObserver
get, isEqualTo, isNotEqualTo, optional
-
Method Details
-
predicate
Controls the 'modified' predicate for thisEntityEditModel.EditableEntity.Modified
instance, which is responsible for providing the modified state of the underlying entity.- Returns:
- the
Value
controlling the predicate used to check if the entity is modified - See Also:
-
update
void update()Updates the modified state
-