com.hp.lft.sdk.sap.gui

Class ToolBarDescription

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


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

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

      • setEnabled

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

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