Module org.htmlunit

Class HTMLMenuElement

java.lang.Object
org.htmlunit.corejs.javascript.SlotMapOwner<org.htmlunit.corejs.javascript.Scriptable>
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.PropHolder<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLMenuElement extends HTMLElement
The JavaScript object HTMLMenuElement.
Author:
Ahmed Ashour, Frank Danek, Ronald Brill
See Also:
  • Constructor Details

    • HTMLMenuElement

      public HTMLMenuElement()
  • Method Details

    • jsConstructor

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

      protected String getType()
      Returns the value of the type property.
      Returns:
      the value of the type property
    • setType

      protected void setType(String type)
      Sets the value of the type property.
      Parameters:
      type - the value of the type property
    • isCompact

      public boolean isCompact()
      Returns the value of the compact attribute.
      Returns:
      the value of the compact attribute
    • setCompact

      public void setCompact(Object compact)
      Sets the value of the compact attribute.
      Parameters:
      compact - the value of the compact attribute