Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditModel.EntityEditor.Modified
- All Superinterfaces:
Observable<Boolean>
,ObservableState
,Observer<Boolean>
- Enclosing interface:
- EntityEditModel.EntityEditor
Indicates whether the active entity is modified, that is, exists and has one or more modified attribute values.
- See Also:
-
Method Summary
Methods inherited from interface is.codion.common.observable.Observable
addConsumer, addListener, addWeakConsumer, addWeakListener, getOrThrow, getOrThrow, isEqualTo, isNotEqualTo, observer, optional, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener
Methods inherited from interface is.codion.common.state.ObservableState
get, isNull, isNullable, not
-
Method Details
-
predicate
Controls the 'modified' predicate for thisEntityEditModel.EntityEditor.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
-