Class HTMLOptionElement

All Implemented Interfaces:
EventTarget
Direct Known Subclasses:
Option

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

    • defaultSelected

      public boolean defaultSelected
    • disabled

      public boolean disabled
    • form

      public HTMLFormElement form
    • index

      public int index
    • label

      public String label
    • selected

      public boolean selected
    • text

      public String text
    • value

      public String value
  • Constructor Details

    • HTMLOptionElement

      public HTMLOptionElement()