Class DataCountStartedEvent

All Implemented Interfaces:
Serializable

public class DataCountStartedEvent extends AbstractDataCountEvent
Event fired through the service event bus immediately before a count query is issued to a data provider, on the thread that issues it.
Since:
25.3
See Also:
  • Constructor Details

    • DataCountStartedEvent

      public DataCountStartedEvent(UI ui, Component component, boolean filtered)
      Creates a new event.
      Parameters:
      ui - the UI the counting component belongs to, not null
      component - the component whose data is being counted, or null if it could not be resolved
      filtered - whether a filter was set on the query