@Deprecated public interface Pager extends com.google.gwt.user.client.ui.IsWidget, HasPageHandlers, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasEnabled
Pageable widget.| Modifier and Type | Method and Description |
|---|---|
<T extends PagedDataSource<?>> |
getPageable()
Deprecated.
Retrieves the bound pageable
|
void |
setPageable(Pageable<?> pageable)
Deprecated.
Bind this pager to a Pageable widget
|
void |
update(int currentPage,
boolean isLastPage)
Deprecated.
Update the pager after a page navigation on pageable datasource.
|
addPageHandlervoid update(int currentPage,
boolean isLastPage)
currentPage - current page on datasourceisLastPage - true if this is the last pagevoid setPageable(Pageable<?> pageable)
pageable - <T extends PagedDataSource<?>> Pageable<T> getPageable()
Copyright © 2015. All rights reserved.