com.hp.lft.sdk.java

Class EditorDescription.Init<T extends EditorDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • readOnly

        public T readOnly(java.lang.Boolean isReadOnly)
        Initializes whether the object is read only.
        Parameters:
        isReadOnly - true if read only.
        Returns:
        the description instance with the updated state (builder pattern).
      • text

        public T text(java.lang.String text)
        Initializes the editor's text.
        Parameters:
        text - the text.
        Returns:
        the description instance with the updated state (builder pattern).