Class HTMLMenuItemElement

All Implemented Interfaces:
EventTarget

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

    • checked

      public boolean checked
    • default_

      @JsProperty(name="default") public boolean default_
    • disabled

      public boolean disabled
    • icon

      public String icon
    • label

      public String label
    • radiogroup

      public String radiogroup
    • type

      public String type
  • Constructor Details

    • HTMLMenuItemElement

      public HTMLMenuItemElement()