Uses of Class
com.vaadin.flow.server.data.AbstractDataCountEvent
Packages that use AbstractDataCountEvent
-
Uses of AbstractDataCountEvent in com.vaadin.flow.server.data
Subclasses of AbstractDataCountEvent in com.vaadin.flow.server.dataModifier and TypeClassDescriptionclassEvent fired through theservice event busonce a count query has returned or thrown, on the thread that issued it.classEvent fired through theservice event buswhen a count query threw, before the matchingDataCountEndedEvent.classEvent fired through theservice event busimmediately before a count query is issued to a data provider, on the thread that issues it.