Class HTMLMenuElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLMenuElement, Node, NodeList, TypeInfo

public class HTMLMenuElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLMenuElement
See Also:
  • Constructor Details

    • HTMLMenuElementImpl

      public HTMLMenuElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getCompact

      public boolean getCompact()
      Specified by:
      getCompact in interface org.w3c.dom.html.HTMLMenuElement
    • setCompact

      public void setCompact(boolean compact)
      Specified by:
      setCompact in interface org.w3c.dom.html.HTMLMenuElement