com.hp.lft.sdk.sap.ui5

Class PaginatorDescription.Init<T extends PaginatorDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • totalPagesCount

        public T totalPagesCount(java.lang.Integer totalPagesCount)
        Initializes the total page count of the paginator.
        Parameters:
        totalPagesCount - total page count of the paginator.
        Returns:
        the description instance with the update state (builder pattern).
      • visiblePagesCount

        public T visiblePagesCount(java.lang.Integer visiblePagesCount)
        Initializes the visible page count of the paginator.
        Parameters:
        visiblePagesCount - visible page count of the paginator.
        Returns:
        The description instance with the update state (builder pattern).