Interface WADataPage


  • public interface WADataPage
    Version:
    Author:
    jpouyadou
    • 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()
      • 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()