Class MenuDescription

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

public class MenuDescription extends WebElementDescription
The description of an SAPUI5 Menu test object.
  • Constructor Details

    • MenuDescription

      public MenuDescription()
      Constructs a new MenuDescription.
    • MenuDescription

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

    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets whether the menu is enabled.
      Parameters:
      enabled - true to enable the object.
    • isEnabled

      public Boolean isEnabled()
      Returns whether the menu is enabled.
      Returns:
      True if enabled.