GWT 2.1.1

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 TableSectionElement.insertRow(int index)
          Insert a row into this section.
 TableRowElement TableElement.insertRow(int index)
          Insert a new empty row in the table.
 

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

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

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


GWT 2.1.1