Module org.htmlunit

Class HTMLDirectoryElement

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 HTMLDirectoryElement extends HTMLElement
The JavaScript object HTMLDirectoryElement.
Author:
Ahmed Ashour, Ronald Brill, Frank Danek
See Also:
  • Constructor Details

    • HTMLDirectoryElement

      public HTMLDirectoryElement()
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • 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