com.hp.lft.sdk.sap.gui

Class RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • attachedText

        public T attachedText(StringProperty attachedText)
        Initializes static text attached to the control.
        Parameters:
        attachedText - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the update state (builder pattern).
      • attachedText

        public T attachedText(java.lang.String attachedText)
        Initializes static text attached to the control.
        Parameters:
        attachedText - the static text.
        Returns:
        the description instance with the update state (builder pattern).
      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the radio button can accept user input.
        Parameters:
        enabled - true to set as enabled.
        Returns:
        the description instance with the update state (builder pattern).
      • checked

        public T checked(java.lang.Boolean checked)
        Initializes whether the radio button is selected.
        Parameters:
        checked - true to set as selected.
        Returns:
        the description instance with the update state (builder pattern).