public interface HasPageable<T> extends Pager<T>
Pageable widget.| Modifier and Type | Method and Description |
|---|---|
void |
initializeContentPanel(com.google.gwt.user.client.ui.Panel contentPanel)
Initialize the panel that will contain the pages
|
boolean |
supportsInfiniteScroll()
Inform if the pager supports that multiple pages are rendered into
the pageable widget.
|
void |
updatePagePanel(com.google.gwt.user.client.ui.IsWidget pagePanel,
boolean forward)
Called to update the pageable content panel assigning to it the given pagePanel.
|
addPageHandlerfirstPage, getCurrentPage, getPageCount, getPageSize, goToPage, hasNextPage, hasPreviousPage, isDataLoaded, lastPage, nextPage, previousPage, setPageSizegetDataProvider, setDataProviderboolean supportsInfiniteScroll()
void updatePagePanel(com.google.gwt.user.client.ui.IsWidget pagePanel,
boolean forward)
pagePanel - page panel.forward - true if the next page index is bigger than the previous page index.void initializeContentPanel(com.google.gwt.user.client.ui.Panel contentPanel)
contentPanel - the main panel, that contains the other pages.Copyright © 2015. All rights reserved.