Interface SelectBuilder

    • Method Detail

      • selectedIndex

        SelectBuilder selectedIndex​(int index)
        The ordinal index of the selected option, starting from 0. The value -1 is returned if no element is selected. If multiple options are selected, the index of the first selected option is returned.
      • type

        SelectBuilder type​(java.lang.String type)
        The type of this form control. This is the string "select-multiple" when the multiple attribute is true and the string "select-one" when false.
      • value

        SelectBuilder value​(java.lang.String value)
        The current form control value (i.e., the value of the currently selected option), if multiple options are selected this is the value of the first selected option.