com.hp.lft.sdk.sap.gui

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • text

        public T text(java.lang.String text)
        Initializes the text of the editor.
        Parameters:
        text - the text.
        Returns:
        the description instance with the update state (builder pattern).
      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the editor can accept user input.
        Parameters:
        enabled - true to enable.
        Returns:
        the description instance with the update state (builder pattern).