com.hp.lft.sdk.sap.ui5

Class PaginatorDescription

    • Constructor Detail

      • PaginatorDescription

        public PaginatorDescription()
        Initializes a new instance of the PaginatorDescription class.
      • PaginatorDescription

        protected PaginatorDescription(PaginatorDescription.Init<?> init)
        Initializes a new instance of the PaginatorDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setTotalPagesCount

        public void setTotalPagesCount(java.lang.Integer value)
        Sets total page count of the paginator.
        Parameters:
        value - total page count of the paginator.
      • getTotalPagesCount

        public java.lang.Integer getTotalPagesCount()
        Returns the total number of pages in the paginator.
        Returns:
        The total number of pages in the paginator.
      • setVisiblePagesCount

        public void setVisiblePagesCount(java.lang.Integer value)
        Sets the number of the visible pages in the paginator.
        Parameters:
        value - the number of the visible pages in the paginator.
      • getVisiblePagesCount

        public java.lang.Integer getVisiblePagesCount()
        Returns the number of the visible pages in the paginator.
        Returns:
        The number of the visible pages in the paginator.