org.apache.beehive.netui.databinding.datagrid.api.pager
Class PagerModel

Object
  extended by PagerModel

public class PagerModel
extends Object


Field Summary
static int DEFAULT_PAGE
           
static int DEFAULT_PAGE_SIZE
           
static int DEFAULT_ROW
           
 
Constructor Summary
PagerModel()
           
 
Method Summary
 int getDataSetSize()
           
 int getFirstPage()
           
 int getLastPage()
           
 int getLastRowForPage()
           
 int getNextPage()
           
 int getPage()
           
 String getPageAction()
           
 String getPageHref()
           
 int getPageSize()
           
 int getPreviousPage()
           
 int getRow()
           
 void setDataSetSize(int dataSetSize)
           
 void setPage(int page)
           
 void setPageAction(String pageAction)
           
 void setPageHref(String pageHref)
           
 void setPageSize(int pageSize)
           
 void setRow(int row)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PagerModel

public PagerModel()
Method Detail

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()