Class HTMLMenuElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Constructor Detail

      • HTMLMenuElement

        public HTMLMenuElement()
        Creates an instance.
    • Method Detail

      • getType

        public java.lang.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​(java.lang.String type)
        Sets the value of the type property.
        Overrides:
        setType in class HTMLListElement
        Parameters:
        type - the value of the type property