|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasRowPaging
An interface for tables that can do paging.
Method Summary | |
---|---|
int |
getCurrentPage()
|
int |
getNumPages()
Get the number of pages. |
int |
getPageSize()
Get the number of rows per page. |
void |
gotoFirstPage()
Go to the first page. |
void |
gotoLastPage()
Go to the last page. |
void |
gotoPage(int page,
boolean forced)
Set the current page. |
void |
setPageSize(int pageSize)
Set the number of rows per page. |
Methods inherited from interface com.google.gwt.widgetideas.table.client.SourceRowPagingEvents |
---|
addRowPagingListener, removeRowPagingListener |
Methods inherited from interface com.google.gwt.widgetideas.table.client.HasFixedColumnWidth |
---|
getColumnCount, getColumnWidth, getDefaultColumnWidth, setColumnWidth |
Methods inherited from interface com.google.gwt.widgetideas.table.client.HasTableCells |
---|
getCellCount, getCellPadding, getCellSpacing, getEventTargetCell, setCellPadding, setCellSpacing |
Method Detail |
---|
int getCurrentPage()
int getNumPages()
int getPageSize()
void gotoFirstPage()
void gotoLastPage()
void gotoPage(int page, boolean forced)
page
- the pageforced
- reload the page even if it is already loadedvoid setPageSize(int pageSize)
pageSize
- the number of rows per page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |