Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditModel.EntityEditor.Exists
- All Superinterfaces:
ObservableState,Observer<Boolean>
- Enclosing interface:
EntityEditModel.EntityEditor
Indicates whether the active entity exists in the database.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.common.reactive.observer.Observer
Observer.Builder<T,B extends Observer.Builder<T, B>> -
Method Summary
Modifier and TypeMethodDescriptionControls the 'exists' predicate for thisEntityEditModel.EntityEditor.Existsinstance, which is responsible for providing the exists state of the underlying entity.Methods inherited from interface is.codion.common.reactive.state.ObservableState
is, not, observerMethods inherited from interface is.codion.common.reactive.observer.Observer
addConsumer, addListener, addWeakConsumer, addWeakListener, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener, when, when
-
Method Details
-
predicate
Controls the 'exists' predicate for thisEntityEditModel.EntityEditor.Existsinstance, which is responsible for providing the exists state of the underlying entity.- Returns:
- the
Valuecontrolling the predicate used to check if the entity exists - See Also:
-