org.apache.beehive.netui.databinding.datagrid.api.pager
Class PagerModel
Object
PagerModel
public class PagerModel
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PAGE
public static final int DEFAULT_PAGE
- See Also:
- Constant Field Values
DEFAULT_PAGE_SIZE
public static final int DEFAULT_PAGE_SIZE
- See Also:
- Constant Field Values
DEFAULT_ROW
public static final int DEFAULT_ROW
- See Also:
- Constant Field Values
PagerModel
public PagerModel()
setDataSetSize
public void setDataSetSize(int dataSetSize)
getDataSetSize
public int getDataSetSize()
getPageAction
public String getPageAction()
setPageAction
public void setPageAction(String pageAction)
getPageHref
public String getPageHref()
setPageHref
public void setPageHref(String pageHref)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
getPage
public int getPage()
setPage
public void setPage(int page)
getRow
public int getRow()
setRow
public void setRow(int row)
getLastRowForPage
public int getLastRowForPage()
getFirstPage
public int getFirstPage()
getPreviousPage
public int getPreviousPage()
getNextPage
public int getNextPage()
getLastPage
public int getLastPage()