org.apache.empire.struts2.action
Interface ListPagingInfo

All Known Implementing Classes:
BeanListActionSupport, ListActionSupport, ReaderListActionSupport

public interface ListPagingInfo


Method Summary
 int getFirstItemIndex()
           
 int getItemCount()
           
 int getLastItemIndex()
           
 String getListPropertyName()
           
 int getPage()
           
 int getPageCount()
           
 int getPageSize()
           
 void setPage(int page)
           
 

Method Detail

getPageSize

int getPageSize()

getFirstItemIndex

int getFirstItemIndex()

getLastItemIndex

int getLastItemIndex()

getItemCount

int getItemCount()

getPageCount

int getPageCount()

getPage

int getPage()

setPage

void setPage(int page)

getListPropertyName

String getListPropertyName()


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.