com.hp.lft.sdk.sap.gui

Class TableBaseDescription.Init<T extends TableBaseDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • title

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

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