com.hp.lft.sdk.sap.ui5

Class RowRepeaterDescription

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


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

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

      • 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(java.lang.Boolean hasMoreSteps)
        Sets whether the More button is visible.
        Parameters:
        hasMoreSteps - True to make the More button visible.
      • hasMoreSteps

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

        public void setFilters(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.Integer getPagesCount()
        Returns the total number of pages in the row repeater.
        Returns:
        The total number of pages in the row repeater.