com.hp.lft.sdk.sap.gui

Class EditorDescription

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


    public class EditorDescription
    extends ElementDescription
    Description of a SAP GUI for Windows editable text area object.
    • Constructor Detail

      • EditorDescription

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

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

      • setText

        public void setText(java.lang.String text)
        Sets the text of the editor.
        Parameters:
        text - the text value of the editor.
      • getText

        public StringProperty getText()
        Returns the text of the editor.
        Returns:
        a StringProperty representing the text value of the editor.
      • setEnabled

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

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