com.hp.lft.sdk.sap.ui5

Class NavigationBarDescription

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


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

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

      • setItemsCount

        public void setItemsCount(java.lang.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 java.lang.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(java.lang.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 java.lang.String[] getItems()
        Returns a collection of all items in the navigation bar.
        Returns:
        A collection of all items in the navigation bar.