com.hp.lft.sdk.java

Class EditorDescription

    • 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

      • setReadOnly

        public void setReadOnly(java.lang.Boolean readOnly)
        Sets whether the object is read only.
        Parameters:
        readOnly - true if read only.
      • isReadOnly

        public java.lang.Boolean isReadOnly()
        Indicates whether the object is read only.
        Returns:
        true if read only.
      • setText

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

        public StringProperty getText()
        Returns the editor's text.
        Returns:
        the text.