Class HTMLUListElementImpl

All Implemented Interfaces:
ModelNode, CSS2PropertiesContext, ScriptableDelegate, Element, HTMLElement, HTMLUListElement, Node

public class HTMLUListElementImpl extends HTMLAbstractUIElement implements HTMLUListElement
  • Constructor Details

    • HTMLUListElementImpl

      public HTMLUListElementImpl(String name)
  • Method Details

    • getCompact

      public boolean getCompact()
      Description copied from interface: HTMLUListElement
      Reduce spacing between list items. See the compact attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getCompact in interface HTMLUListElement
    • setCompact

      public void setCompact(boolean compact)
      Description copied from interface: HTMLUListElement
      Reduce spacing between list items. See the compact attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setCompact in interface HTMLUListElement
    • getType

      public String getType()
      Description copied from interface: HTMLUListElement
      Bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getType in interface HTMLUListElement
    • setType

      public void setType(String type)
      Description copied from interface: HTMLUListElement
      Bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setType in interface HTMLUListElement
    • createRenderState

      protected RenderState createRenderState(RenderState prevRenderState)
      Overrides:
      createRenderState in class HTMLElementImpl