Class MenubarDescription

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

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

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

    • setItems

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

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

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

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