Class ToolBarDescription

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

public class ToolBarDescription extends ElementDescription
Description of a SAP GUI for Windows toolbar.
  • Constructor Details

    • ToolBarDescription

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

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

    • setEnabled

      public void setEnabled(Boolean isEnabled)
      Sets whether the toolbar can accept user input.
      Parameters:
      isEnabled - true to set as enabled.
    • isEnabled

      public Boolean isEnabled()
      Indicates whether the toolbar can accept user input.
      Returns:
      true if enabled.