Package io.jmix.core.datastore
Class DataStoreBeforeEntityCountEvent
java.lang.Object
java.util.EventObject
io.jmix.core.datastore.BaseDataStoreEvent
io.jmix.core.datastore.DataStoreBeforeEntityCountEvent
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected final EventSharedStateFields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionDataStoreBeforeEntityCountEvent(LoadContext<?> loadContext, EventSharedState eventState)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanLoadContext<?>voidsendTo(DataStoreEventListener listener) voidvoidMethods inherited from class java.util.EventObject
getSource, toString 
- 
Field Details
- 
countPrevented
protected boolean countPrevented - 
countByItems
protected boolean countByItems - 
eventState
 
 - 
 - 
Constructor Details
 - 
Method Details
- 
getLoadContext
 - 
getEventState
 - 
setCountPrevented
public void setCountPrevented() - 
countPrevented
public boolean countPrevented() - 
setCountByItems
public void setCountByItems() - 
countByItems
public boolean countByItems() - 
sendTo
- Specified by:
 sendToin classBaseDataStoreEvent
 
 -