com.hp.lft.sdk.winforms

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 set.
        Parameters:
        isChecked - true if set
        Returns:
        the description instance with the update state (builder pattern)