org.apache.beehive.netui.databinding.datagrid.model
Class PagerModel
Object
PagerModel
public class PagerModel
- extends Object
todo: need to throw IllegalStateExceptions when pager model getters are called before the PagerModel is intiailized
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST_PAGE
public static final int FIRST_PAGE
- See Also:
- Constant Field Values
PagerModel
public PagerModel(DataGridModel model)
initialize
public void initialize()
getAction
public String getAction()
setAction
public void setAction(String action)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
getFormat
public String getFormat()
setFormat
public void setFormat(String format)
getPageHref
public String getPageHref()
setPageHref
public void setPageHref(String pageHref)
getPageAction
public String getPageAction()
setPageAction
public void setPageAction(String pageAction)
getPageUri
public String getPageUri()
getPagerService
public PagerService getPagerService()
getCurrentPageFromURL
public int getCurrentPageFromURL()
getDataSetSize
public int getDataSetSize()
getLastPage
public int getLastPage()
getPreviousPage
public int getPreviousPage()
getNextPage
public int getNextPage()
getPageParamValues
public String[] getPageParamValues()
getPageParamKey
public String getPageParamKey()
getCurrentPage
public int getCurrentPage()
setCurrentPage
public void setCurrentPage(int currentPage)