GWT 2.4.0

Uses of Class
com.google.gwt.dom.client.TableRowElement

Packages that use TableRowElement
com.google.gwt.dom.client Classes for low-level DOM programming. 
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of TableRowElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return TableRowElement
static TableRowElement TableRowElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
 TableRowElement Document.createTRElement()
          Creates a <tr> element.
 TableRowElement TableElement.insertRow(int index)
          Insert a new empty row in the table.
 TableRowElement TableSectionElement.insertRow(int index)
          Insert a row into this section.
 

Methods in com.google.gwt.dom.client that return types with arguments of type TableRowElement
 NodeList<TableRowElement> TableElement.getRows()
          Returns a collection of all the rows in the table, including all in THEAD, TFOOT, all TBODY elements.
 NodeList<TableRowElement> TableSectionElement.getRows()
          The collection of rows in this table section.
 

Uses of TableRowElement in com.google.gwt.user.cellview.client
 

Methods in com.google.gwt.user.cellview.client that return TableRowElement
 TableRowElement AbstractCellTable.getRowElement(int row)
          Get the TableRowElement for the specified row.
 


GWT 2.4.0