com.hp.lft.sdk.sap.gui

Class MenubarDescription

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


    public class MenubarDescription
    extends ElementDescription
    Description of a SAP GUI for Windows menubar.
    • Constructor Detail

      • MenubarDescription

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

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

      • setItems

        public void setItems(java.lang.String[] items)
        Sets the list of items in the menu bar.
        Parameters:
        items - the items in the menu bar.
      • getItems

        public java.lang.String[] getItems()
        Returns the list of items in the menu bar.
        Returns:
        the items in the menu bar.
      • setItemsCount

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

        public java.lang.Integer getItemsCount()
        Returns the number of items contained in the menu bar.
        Returns:
        the number of items.