Class HTMLBodyElementImpl

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

public class HTMLBodyElementImpl extends HTMLAbstractUIElement implements HTMLBodyElement
  • Constructor Details

    • HTMLBodyElementImpl

      public HTMLBodyElementImpl(String name)
  • Method Details

    • getALink

      public String getALink()
      Description copied from interface: HTMLBodyElement
      Color of active links (after mouse-button down, but before mouse-button up). See the alink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getALink in interface HTMLBodyElement
    • setALink

      public void setALink(String aLink)
      Description copied from interface: HTMLBodyElement
      Color of active links (after mouse-button down, but before mouse-button up). See the alink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setALink in interface HTMLBodyElement
    • getBackground

      public String getBackground()
      Description copied from interface: HTMLBodyElement
      URI [IETF RFC 2396] of the background texture tile image. See the background attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getBackground in interface HTMLBodyElement
    • setBackground

      public void setBackground(String background)
      Description copied from interface: HTMLBodyElement
      URI [IETF RFC 2396] of the background texture tile image. See the background attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setBackground in interface HTMLBodyElement
    • getBgColor

      public String getBgColor()
      Description copied from interface: HTMLBodyElement
      Document background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getBgColor in interface HTMLBodyElement
    • setBgColor

      public void setBgColor(String bgColor)
      Description copied from interface: HTMLBodyElement
      Document background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setBgColor in interface HTMLBodyElement
    • getLink

      public String getLink()
      Description copied from interface: HTMLBodyElement
      Color of links that are not active and unvisited. See the link attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getLink in interface HTMLBodyElement
    • setLink

      public void setLink(String link)
      Description copied from interface: HTMLBodyElement
      Color of links that are not active and unvisited. See the link attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setLink in interface HTMLBodyElement
    • getText

      public String getText()
      Description copied from interface: HTMLBodyElement
      Document text color. See the text attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getText in interface HTMLBodyElement
    • setText

      public void setText(String text)
      Description copied from interface: HTMLBodyElement
      Document text color. See the text attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setText in interface HTMLBodyElement
    • getVLink

      public String getVLink()
      Description copied from interface: HTMLBodyElement
      Color of links that have been visited by the user. See the vlink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getVLink in interface HTMLBodyElement
    • setVLink

      public void setVLink(String vLink)
      Description copied from interface: HTMLBodyElement
      Color of links that have been visited by the user. See the vlink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setVLink in interface HTMLBodyElement
    • createRenderState

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

      public org.mozilla.javascript.Function getOnload()
    • setOnload

      public void setOnload(org.mozilla.javascript.Function onload)
    • assignAttributeField

      protected void assignAttributeField(String normalName, String value)
      Overrides:
      assignAttributeField in class HTMLAbstractUIElement