com.hp.lft.sdk.wpf

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • name

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

        public T name(java.lang.String name)
        Initializes the name of this object.
        Parameters:
        name - the name of this object
        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)