com.hp.lft.sdk.sap.ui5

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • checked

        public T checked(java.lang.Boolean checked)
        Initializes whether the radio button is selected.
        Parameters:
        checked - true to select the radio button.
        Returns:
        The description instance with updated state (builder pattern).
      • readOnly

        public T readOnly(java.lang.Boolean readonly)
        Initializes whether the radio button is read-only.
        Parameters:
        readonly - true to set the radio button as read-only.
        Returns:
        The description instance with updated state (builder pattern).