com.stratelia.webactiv.util.datapaginator
Interface WADataPage


public interface WADataPage

Version:
Author:
jpouyadou

Method Summary
 int getEndItemDocumentIndex()
          this method returns the index, relative to the parent document of the last item on the page.
 WAItem getFirstItem()
           
 WAItem getItemByName(String name)
           
 int getItemCount()
          This method returns the count of items on the page
 WAItem getLastItem()
           
 WAItem getNextItem()
           
 WAItem getPreviousItem()
           
 int getStartItemDocumentIndex()
          this method returns the index, relative to the parent document of the first item on the page.
 

Method Detail

getItemCount

int getItemCount()
This method returns the count of items on the page


getFirstItem

WAItem getFirstItem()

getLastItem

WAItem getLastItem()

getNextItem

WAItem getNextItem()

getPreviousItem

WAItem getPreviousItem()

getItemByName

WAItem getItemByName(String name)

getStartItemDocumentIndex

int getStartItemDocumentIndex()
this method returns the index, relative to the parent document of the first item on the page. This index is inclusive, that is, the item actually belongs to the page.

See Also:
getEndIndex()

getEndItemDocumentIndex

int getEndItemDocumentIndex()
this method returns the index, relative to the parent document of the last item on the page. This index is exclusive, that is, the item actually belongs to the next page (this index is the index of the last visible item + 1).

See Also:
getStartIndex()


Copyright © 2016 Silverpeas. All Rights Reserved.