Package io.jmix.flowui.component
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:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
AfterRefreshEvent
 
-