Class HTMLMenuElement

All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLMenuElement extends HTMLListElement
The JavaScript object HTMLMenuElement.
See Also:
  • Constructor Details

    • HTMLMenuElement

      public HTMLMenuElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • getType

      public String getType()
      Returns the value of the type property.
      Overrides:
      getType in class HTMLListElement
      Returns:
      the value of the type property
    • setType

      public void setType(String type)
      Sets the value of the type property.
      Overrides:
      setType in class HTMLListElement
      Parameters:
      type - the value of the type property