Class HTMLUListElement

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 HTMLUListElement extends HTMLListElement
The JavaScript object HTMLUListElement.
See Also:
  • Constructor Details

    • HTMLUListElement

      public HTMLUListElement()
      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 attribute.
      Overrides:
      getType in class HTMLListElement
      Returns:
      the value of the type attribute
    • setType

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