Class HTMLBodyElementImpl

    • Constructor Detail

      • HTMLBodyElementImpl

        public HTMLBodyElementImpl​(java.lang.String name)
    • Method Detail

      • getALink

        public java.lang.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​(java.lang.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 java.lang.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​(java.lang.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 java.lang.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​(java.lang.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 java.lang.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​(java.lang.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 java.lang.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​(java.lang.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 java.lang.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​(java.lang.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
      • getOnload

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

        public void setOnload​(org.mozilla.javascript.Function onload)