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 Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
AfterRefreshEvent
 
 -