Uses of Interface
org.loboevolution.html.dom.HTMLTableRowElement
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of HTMLTableRowElement in org.loboevolution.html.dom
Modifier and TypeMethodDescriptionHTMLTableElement.insertRow()
insertRow.HTMLTableElement.insertRow
(int index) Creates a new row (tr) in the table, and adds the row to the rows collection.HTMLTableSectionElement.insertRow()
insertRow.HTMLTableSectionElement.insertRow
(int index) Creates a new row (tr) in the table, and adds the row to the rows collection. -
Uses of HTMLTableRowElement in org.loboevolution.html.dom.domimpl
Modifier and TypeMethodDescriptionHTMLTableElementImpl.insertRow()
insertRow.HTMLTableElementImpl.insertRow
(int index) Creates a new row (tr) in the table, and adds the row to the rows collection.HTMLTableSectionElementImpl.insertRow()
insertRow.HTMLTableSectionElementImpl.insertRow
(int index) Creates a new row (tr) in the table, and adds the row to the rows collection.