Class PageResponse<T extends AbstractPageRow>


  • @Portable
    public class PageResponse<T extends AbstractPageRow>
    extends Object
    A Page of data for display in a PagedTable
    • Constructor Detail

      • PageResponse

        public PageResponse()
    • Method Detail

      • getPageRowList

        public List<T> getPageRowList()
      • setPageRowList

        public void setPageRowList​(List<T> assetPageRowList)
      • getStartRowIndex

        public int getStartRowIndex()
      • setStartRowIndex

        public void setStartRowIndex​(int startRowIndex)
      • getTotalRowSize

        public int getTotalRowSize()
      • setTotalRowSize

        public void setTotalRowSize​(int totalRowSize)
      • isFirstPage

        public boolean isFirstPage()
      • isLastPage

        public boolean isLastPage()
      • setLastPage

        public void setLastPage​(boolean lastPage)
      • isTotalRowSizeExact

        public boolean isTotalRowSizeExact()
      • setTotalRowSizeExact

        public void setTotalRowSizeExact​(boolean totalRowSizeExact)