Package com.vaadin.flow.server.data
package com.vaadin.flow.server.data
-
ClassesClassDescriptionDetails shared by the events fired around a count query issued to a data provider, that is a query asking how many items a level holds rather than for the items themselves.Details shared by the events fired around a fetch query issued to a data provider, that is a query loading one page of items.Event fired through the
service event busonce a count query has returned or thrown, on the thread that issued it.Event fired through theservice event buswhen a count query threw, before the matchingDataCountEndedEvent.Event fired through theservice event busimmediately before a count query is issued to a data provider, on the thread that issues it.Event fired through theservice event busonce a page of items has been loaded and consumed, or the fetch threw, on the thread that requested it.Event fired through theservice event buswhen a fetch query threw, before the matchingDataFetchEndedEvent.Event fired through theservice event busimmediately before a page of items is requested from a data provider, on the thread that requests it.