com.hp.lft.sdk.wpf

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)
      • 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)
      • 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)
      • parentText

        public T parentText(StringProperty parentText)
        Initializes text associated with the parent object of this object.
        Parameters:
        parentText - a StringProperty or RegExpProperty
        Returns:
        the description instance with the update state (builder pattern)
      • parentText

        public T parentText(java.lang.String parentText)
        Initializes the text associated with the parent object of this object.
        Parameters:
        parentText - the text to associate with the parent object
        Returns:
        the description instance with the update state (builder pattern)
      • helpText

        public T helpText(StringProperty helpText)
        Initializes the help text associated with this object.
        Parameters:
        helpText - a StringProperty or RegExpProperty
        Returns:
        the description instance with the update state (builder pattern)
      • helpText

        public T helpText(java.lang.String helpText)
        Initializes help text associated with this object.
        Parameters:
        helpText - the help text associated with the this object
        Returns:
        the description instance with the update state (builder pattern)