Class HTMLSelectElement

All Implemented Interfaces:
EventTarget

@JsType(isNative=true, namespace="<global>") public class HTMLSelectElement extends HTMLElement
  • Field Details

    • autofocus

      public boolean autofocus
    • disabled

      public boolean disabled
    • form

      public HTMLFormElement form
    • labels

      public NodeList<HTMLLabelElement> labels
    • length

      public int length
    • multiple

      public boolean multiple
    • name

      public String name
    • options

      public HTMLOptionsCollection options
    • required

      public boolean required
    • selectedIndex

      public int selectedIndex
    • selectedOptions

      public HTMLCollection<HTMLOptionElement> selectedOptions
    • size

      public int size
    • type

      public String type
    • validationMessage

      public String validationMessage
    • validity

      public ValidityState validity
    • value

      public String value
    • willValidate

      public boolean willValidate
  • Constructor Details

    • HTMLSelectElement

      public HTMLSelectElement()
  • Method Details

    • add

      public void add(HTMLElement element, HTMLElement before)
    • add

      public void add(HTMLElement element)
    • blur

      public void blur()
      Overrides:
      blur in class Element
    • checkValidity

      public boolean checkValidity()
    • focus

      public void focus()
      Overrides:
      focus in class Element
    • remove

      public void remove()
      Overrides:
      remove in class Element
    • remove

      public void remove(int index)
    • reportValidity

      public boolean reportValidity()
    • setCustomValidity

      public void setCustomValidity(String message)