public static interface Pager.PagedComponent extends UIComponent
Pager
.Modifier and Type | Method and Description |
---|---|
boolean |
refreshPageData(int pageIndex,
int pageSize)
Will be called when the current page or page size is changed from the pager.
|
getComponentData, getWidget, refresh
boolean refreshPageData(int pageIndex, int pageSize)
Pager.update(int, int)
within its implementation.pageIndex
- the page to display, zero based.pageSize
- number of items to show in the page.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.