Package io.jmix.ui
Class RemoveOperation.BeforeActionPerformedEvent<E>
java.lang.Object
java.util.EventObject
io.jmix.ui.RemoveOperation.BeforeActionPerformedEvent<E>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoveOperation
Event sent before selected entities are removed.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
items
-
actionPrevented
protected boolean actionPrevented
-
-
Constructor Details
-
BeforeActionPerformedEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getScreen
-
getItems
- Returns:
- the list of entities selected for removal
-
isActionPrevented
public boolean isActionPrevented()- Returns:
- whether the removal was prevented by invoking
preventAction()
-
preventAction
public void preventAction()Prevents the removal.
-