com.hp.lft.sdk.sap.ui5

Class RadioGroupDescription.Init<T extends RadioGroupDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the radio group is enabled.
        Parameters:
        enabled - true to enable the radio group.
        Returns:
        The description instance with the update state (builder pattern).
      • items

        public T items(java.lang.String[] items)
        Initializes the radio group tabs.
        Parameters:
        items - all tabs in the radio group.
        Returns:
        The description instance with the update state (builder pattern).