Class AccordionDescription

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

public class AccordionDescription extends WebElementDescription
The description of an SAPUI5 Accordion test object.
  • Constructor Details

    • AccordionDescription

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

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

    • setItemsCount

      public void setItemsCount(Integer itemsCount)
      Sets the number of panels in the accordion.
      Parameters:
      itemsCount - the number of panels in the accordion.
    • getItemsCount

      public Integer getItemsCount()
      Gets the number of panels in the accordion.
      Returns:
      the number of panels in the accordion.
    • setItems

      public void setItems(String[] items)
      Sets the panels in the accordion.
      Parameters:
      items - the panels in the accordion.
    • getItems

      public String[] getItems()
      Gets a collection of all of the panels in the accordion.
      Returns:
      a collection of all of the panels in the accordion.