com.hp.lft.sdk.wpf

Class ButtonDescription

    • Constructor Detail

      • ButtonDescription

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

      • setParentText

        public void setParentText(java.lang.String parentText)
        Sets the text associated with the parent object of this object.
        Parameters:
        parentText - text associated with the parent object
      • getParentText

        public StringProperty getParentText()
        Returns the text associated with the parent object of this object.
        Returns:
        parentText the text associated with the parent
      • setName

        public void setName(java.lang.String name)
        Sets the name of this object.
        Parameters:
        name - the name of this object
      • getName

        public StringProperty getName()
        Returns the name of this object.
        Returns:
        name the name of the object.
      • setHelpText

        public void setHelpText(java.lang.String helpText)
        Sets the help text associated with this object.
        Parameters:
        helpText - the help text associated with the this object
      • getHelpText

        public StringProperty getHelpText()
        Returns the help text associated with this object.
        Returns:
        helpText the help text