Class HTMLLIElementImpl

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

public class HTMLLIElementImpl extends HTMLAbstractUIElement implements HTMLLIElement
  • Constructor Details

    • HTMLLIElementImpl

      public HTMLLIElementImpl(String name)
  • Method Details

    • getType

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

      public void setType(String type)
      Description copied from interface: HTMLLIElement
      List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setType in interface HTMLLIElement
    • getValue

      public int getValue()
      Description copied from interface: HTMLLIElement
      Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getValue in interface HTMLLIElement
    • setValue

      public void setValue(int value)
      Description copied from interface: HTMLLIElement
      Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setValue in interface HTMLLIElement
    • createRenderState

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