java.lang.Object
com.aquima.interactions.composer.model.list.state.PagingState
All Implemented Interfaces:
Serializable

public final class PagingState extends Object implements Serializable
Class to remember the state of the caselist.
Since:
9.2
Author:
B. van de Ven
See Also:
  • Constructor Details

    • PagingState

      public PagingState(int pageSize)
      Constructs a new PagingState.
      Parameters:
      pageSize - the page size
  • Method Details

    • getRecordStart

      public int getRecordStart()
    • getRecordEnd

      public int getRecordEnd()
    • isFirstPage

      public boolean isFirstPage()
    • isLastPage

      public boolean isLastPage()
    • hasPreviousPage

      public boolean hasPreviousPage()
    • hasNextPage

      public boolean hasNextPage()
    • setTotalRecords

      public void setTotalRecords(int total)
    • getTotalRecords

      public int getTotalRecords()
    • getCurrentPage

      public int getCurrentPage()
    • getPageSize

      public int getPageSize()
    • setPageSize

      public void setPageSize(int pageSize)
    • getTotalPages

      public int getTotalPages()
    • reset

      public void reset()