com.hp.lft.sdk.java

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • checked

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