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 SummaryFieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected final EventSharedStateFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionDataStoreBeforeEntityCountEvent(LoadContext<?> loadContext, EventSharedState eventState) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanLoadContext<?>voidsendTo(DataStoreEventListener listener) voidvoidMethods inherited from class java.util.EventObjectgetSource, toString
- 
Field Details- 
countPreventedprotected boolean countPrevented
- 
countByItemsprotected boolean countByItems
- 
eventState
 
- 
- 
Constructor Details
- 
Method Details- 
getLoadContext
- 
getEventState
- 
setCountPreventedpublic void setCountPrevented()
- 
countPreventedpublic boolean countPrevented()
- 
setCountByItemspublic void setCountByItems()
- 
countByItemspublic boolean countByItems()
- 
sendTo- Specified by:
- sendToin class- BaseDataStoreEvent
 
 
-