public class TablePageChangeEvent extends Object implements TableEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
PAGINATION_EVENT
A constant string to define a unique type for this event
|
| Constructor and Description |
|---|
TablePageChangeEvent(int page,
HasPagination pagination) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPage() |
HasPagination |
getPagination() |
String |
getType() |
public static final String PAGINATION_EVENT
public TablePageChangeEvent(int page,
HasPagination pagination)
page - int, the new pagepagination - the HasPagination which is the component that changed the page.public int getPage()
public HasPagination getPagination()
HasPagination which is the component that changed the page.public String getType()
getType in interface TableEventCopyright © 2019–2022 Dominokit. All rights reserved.