Class PaginatorDescription

All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class PaginatorDescription extends WebElementDescription
The description of an SAPUI5 Paginator test object.
  • Constructor Details

    • 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 Details

    • setTotalPagesCount

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

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

      public void setVisiblePagesCount(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 Integer getVisiblePagesCount()
      Returns the number of the visible pages in the paginator.
      Returns:
      The number of the visible pages in the paginator.