Interface OptionBuilder

    • Method Detail

      • defaultSelected

        OptionBuilder defaultSelected()
        Represents the value of the HTML selected attribute. The value of this attribute does not change if the state of the corresponding form control, in an interactive user agent, changes.
        See Also:
        W3C HTML Specification
      • selected

        OptionBuilder selected()
        Represents the current state of the corresponding form control, in an interactive user agent. Changing this attribute changes the state of the form control, but does not change the value of the HTML selected attribute of the element.