com.hp.lft.sdk.winforms

Class CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • state

        public T state(CheckedState state)
        Initializes the CheckBox state.
        Parameters:
        state - the CheckBox state
        Returns:
        the description instance with the update state (builder pattern).
      • checked

        public T checked(java.lang.Boolean isChecked)
        Initializes whether the check box is checked.
        Parameters:
        isChecked - whether the check box is checked
        Returns:
        the description instance with the update state (builder pattern).
      • threeState

        public T threeState(java.lang.Boolean isThreeState)
        Initializes whether the CheckBox is able to display three check states.
        Parameters:
        isThreeState - whether the CheckBox is able to display three check states
        Returns:
        the description instance with the update state (builder pattern).