Class PaginationComponent.AfterRefreshEvent<T extends AbstractPagination>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<T>
io.jmix.flowui.component.PaginationComponent.AfterRefreshEvent<T>
All Implemented Interfaces:
Serializable
Enclosing interface:
PaginationComponent<T extends AbstractPagination>

public static class PaginationComponent.AfterRefreshEvent<T extends AbstractPagination> extends com.vaadin.flow.component.ComponentEvent<T>
The event that is fired after data refresh.
See Also:
  • Constructor Details

    • AfterRefreshEvent

      public AfterRefreshEvent(T source)