Class NavigationBarDescription

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

public class NavigationBarDescription extends WebElementDescription
The description of an SAPUI5 NavigationBar test object.
  • Constructor Details

    • NavigationBarDescription

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

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

    • setItemsCount

      public void setItemsCount(Integer itemsCount)
      Sets the number of items contained in the navigation bar.
      Parameters:
      itemsCount - the number of items contained in the navigation bar.
    • getItemsCount

      public Integer getItemsCount()
      Returns the number of items contained in the navigation bar.
      Returns:
      The number of items contained in the navigation bar.
    • setItems

      public void setItems(String[] items)
      Sets a collection of all items in the navigation bar.
      Parameters:
      items - a collection of all items in the navigation bar.
    • getItems

      public String[] getItems()
      Returns a collection of all items in the navigation bar.
      Returns:
      A collection of all items in the navigation bar.