Class RowRepeaterDescription

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

public class RowRepeaterDescription extends WebElementDescription
The description of an SAPUI5 RowRepeater test object.
  • Constructor Details

    • RowRepeaterDescription

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

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

    • setDesign

      public void setDesign(RowRepeaterDesign value)
      Sets the visual design of the row repeater.
      Parameters:
      value - the visual design of the row repeater. Possible values: RowRepeaterDesign
    • getDesign

      public RowRepeaterDesign getDesign()
      Returns the visual design of the row repeater.
      Returns:
      The visual design of the row repeater. Possible values: RowRepeaterDesign
    • setMoreSteps

      public void setMoreSteps(Boolean hasMoreSteps)
      Sets whether the More button is visible.
      Parameters:
      hasMoreSteps - True to make the More button visible.
    • hasMoreSteps

      public Boolean hasMoreSteps()
      Returns whether the More button is visible.
      Returns:
      True if the More button is visible.
    • setFilters

      public void setFilters(String[] value)
      Sets a list of filter buttons for filtering the rows.
      Parameters:
      value - a semicolon-delimited list of filter buttons that can be used to filter the rows.
    • getFilters

      public String[] getFilters()
      Returns a semicolon-delimited list of filter buttons for filtering the rows.
      Returns:
      A semicolon-delimited list of the filter buttons that can be used to filter the rows.
    • setSorters

      public void setSorters(String[] value)
      Sets a list of sorter buttons for sorting the rows.
      Parameters:
      value - a semicolon-delimited list of sorter buttons that can be used to sort the rows.
    • getSorters

      public String[] getSorters()
      Returns a semicolon-delimited list of the sort buttons for sorting the rows.
      Returns:
      A semicolon-delimited list of the sort buttons that can be used to sort the rows.
    • setPagesCount

      public void setPagesCount(Integer value)
      Sets the total number of pages in the row repeater.
      Parameters:
      value - the total number of pages in the row repeater.
    • getPagesCount

      public Integer getPagesCount()
      Returns the total number of pages in the row repeater.
      Returns:
      The total number of pages in the row repeater.