com.hp.lft.sdk.sap.gui

Class CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • attachedText

        public T attachedText(StringProperty text)
        Initializes the text associated with the object.
        Parameters:
        text - a StringProperty representing the text associated with the object.
        Returns:
        the description instance with the update state (builder pattern).
      • attachedText

        public T attachedText(java.lang.String text)
        Initializes the text associated with the object.
        Parameters:
        text - the text associated with the object.
        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).
      • checked

        public T checked(java.lang.Boolean checked)
        Initializes whether the object is checked.
        Parameters:
        checked - true if checked.
        Returns:
        the description instance with the update state (builder pattern).