Class HTMLTableRowElementImpl

    • Constructor Detail

      • HTMLTableRowElementImpl

        public HTMLTableRowElementImpl​(HTMLDocumentImpl owner,
                                       String name)
        Constructor requires owner document.
        Parameters:
        owner - The owner HTML document
    • Method Detail

      • getRowIndex

        public int getRowIndex()
        Specified by:
        getRowIndex in interface org.w3c.dom.html.HTMLTableRowElement
      • getSectionRowIndex

        public int getSectionRowIndex()
        Specified by:
        getSectionRowIndex in interface org.w3c.dom.html.HTMLTableRowElement
      • getCells

        public org.w3c.dom.html.HTMLCollection getCells()
        Specified by:
        getCells in interface org.w3c.dom.html.HTMLTableRowElement
      • insertCell

        public org.w3c.dom.html.HTMLElement insertCell​(int index)
        Specified by:
        insertCell in interface org.w3c.dom.html.HTMLTableRowElement
      • deleteCell

        public void deleteCell​(int index)
        Specified by:
        deleteCell in interface org.w3c.dom.html.HTMLTableRowElement
      • getAlign

        public String getAlign()
        Specified by:
        getAlign in interface org.w3c.dom.html.HTMLTableRowElement
      • setAlign

        public void setAlign​(String align)
        Specified by:
        setAlign in interface org.w3c.dom.html.HTMLTableRowElement
      • getBgColor

        public String getBgColor()
        Specified by:
        getBgColor in interface org.w3c.dom.html.HTMLTableRowElement
      • setBgColor

        public void setBgColor​(String bgColor)
        Specified by:
        setBgColor in interface org.w3c.dom.html.HTMLTableRowElement
      • getCh

        public String getCh()
        Specified by:
        getCh in interface org.w3c.dom.html.HTMLTableRowElement
      • setCh

        public void setCh​(String ch)
        Specified by:
        setCh in interface org.w3c.dom.html.HTMLTableRowElement
      • getChOff

        public String getChOff()
        Specified by:
        getChOff in interface org.w3c.dom.html.HTMLTableRowElement
      • setChOff

        public void setChOff​(String chOff)
        Specified by:
        setChOff in interface org.w3c.dom.html.HTMLTableRowElement
      • getVAlign

        public String getVAlign()
        Specified by:
        getVAlign in interface org.w3c.dom.html.HTMLTableRowElement
      • setVAlign

        public void setVAlign​(String vAlign)
        Specified by:
        setVAlign in interface org.w3c.dom.html.HTMLTableRowElement