Class HTMLOListElementImpl

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

public class HTMLOListElementImpl extends HTMLAbstractUIElement implements HTMLOListElement
  • Constructor Details

    • HTMLOListElementImpl

      public HTMLOListElementImpl(String name)
  • Method Details

    • getCompact

      public boolean getCompact()
      Description copied from interface: HTMLOListElement
      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 HTMLOListElement
    • setCompact

      public void setCompact(boolean compact)
      Description copied from interface: HTMLOListElement
      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 HTMLOListElement
    • getStart

      public int getStart()
      Description copied from interface: HTMLOListElement
      Starting sequence number. See the start attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getStart in interface HTMLOListElement
    • setStart

      public void setStart(int start)
      Description copied from interface: HTMLOListElement
      Starting sequence number. See the start attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setStart in interface HTMLOListElement
    • getType

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

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

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