com.hp.lft.sdk.oracle

Class ButtonDescription

    • Constructor Detail

      • ButtonDescription

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

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

      • setLabel

        public void setLabel(String label)
        Sets the text displayed on the object.
        Parameters:
        label - the text displayed on the object.
      • getLabel

        public StringProperty getLabel()
        Returns the text displayed on the object.
        Returns:
        the text displayed on the object.
      • setClassPath

        public void setClassPath(String classPath)
        Sets the Oracle class hierarchy of the object's Oracle class.
        Parameters:
        classPath - the Oracle class hierarchy of the object's Oracle class.
      • getClassPath

        public StringProperty getClassPath()
        Returns the Oracle class hierarchy of the object's Oracle class.
        Returns:
        the Oracle class hierarchy of the object's Oracle class.
      • setEnabled

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

        public Boolean isEnabled()
        Indicates whether the object is enable.
        Returns:
        true if enabled.
      • setObjectDescription

        public void setObjectDescription(String objectDescription)
        Sets the accessibility description of the object as specified by the server.
        Parameters:
        objectDescription - the accessibility description of the object as specified by the server.
      • setObjectDescription

        public void setObjectDescription(StringProperty objectDescription)
        Sets the accessibility description of the object as specified by the server.
        Parameters:
        objectDescription - a StringProperty or RegExpProperty.
      • getObjectDescription

        public StringProperty getObjectDescription()
        Returns the accessibility description of the object as specified by the server.
        Returns:
        the accessibility description of the object as specified by the server.
      • setObjectName

        public void setObjectName(String objectName)
        Sets the internal name of the object supplied by the application server.
        Parameters:
        objectName - the internal name of the object supplied by the application server.
      • getObjectName

        public StringProperty getObjectName()
        Returns internal name of the object supplied by the application server.
        Returns:
        internal name of the object supplied by the application server.
      • setTooltipText

        public void setTooltipText(String tooltipText)
        Sets the text displayed in the object's tooltip.
        Parameters:
        tooltipText - the text displayed in the object's tooltip.
      • getTooltipText

        public StringProperty getTooltipText()
        Returns the text displayed in the object's tooltip.
        Returns:
        the text displayed in the object's tooltip.