Uses of Class
com.google.gwt.dom.client.TableRowElement
-
Packages that use TableRowElement Package Description 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 Modifier and Type Method Description static TableRowElementTableRowElement. as(Element elem)Assert that the givenElementis compatible with this class and automatically typecast it.TableRowElementDocument. createTRElement()Creates a <tr> element.TableRowElementTableElement. insertRow(int index)Insert a new empty row in the table.TableRowElementTableSectionElement. insertRow(int index)Insert a row into this section.Methods in com.google.gwt.dom.client that return types with arguments of type TableRowElement Modifier and Type Method Description 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 Modifier and Type Method Description protected TableRowElementAbstractCellTable. getChildElement(int row)Get the element that represents the specified index.TableRowElementRowHoverEvent. getHoveringRow()Return theTableRowElementthat the user just hovered or unhovered.TableRowElementAbstractCellTable. getRowElement(int row)Get theTableRowElementfor the specified row.protected TableRowElementAbstractCellTable. getSubRowElement(int absRow, int subrow)Get a subrow element given the index of the row value and the sub row index.Methods in com.google.gwt.user.cellview.client with parameters of type TableRowElement Modifier and Type Method Description static RowHoverEventRowHoverEvent. fire(HasHandlers source, TableRowElement hoveringRow, boolean isUnHover)Fires a row hover event on all registered handlers in the handler manager.static RowHoverEventRowHoverEvent. fire(HasHandlers source, TableRowElement hoveringRow, Event browserEvent, boolean isUnHover)Fires a row hover event on all registered handlers in the handler manager.static RowHoverEventRowHoverEvent. fire(HasHandlers source, TableRowElement hoveringRow, Event browserEvent, boolean isUnHover, RowHoverEvent.HoveringScope hoveringScope)Fires a row hover event on all registered handlers in the handler manager.intAbstractHeaderOrFooterBuilder. getRowIndex(TableRowElement row)intFooterBuilder. getRowIndex(TableRowElement row)Get the row index from the associatedTableRowElement(an TR element).intHeaderBuilder. getRowIndex(TableRowElement row)Get the row index from the associatedTableRowElement(an TR element).intAbstractCellTableBuilder. getRowValueIndex(TableRowElement row)Get the index of the row value from the associatedTableRowElement.intCellTableBuilder. getRowValueIndex(TableRowElement row)Get the index of the primary row from the associatedTableRowElement(an TR element).intAbstractCellTableBuilder. getSubrowValueIndex(TableRowElement row)Get the index of the subrow value from the associatedTableRowElement.intCellTableBuilder. getSubrowValueIndex(TableRowElement row)Get the index of the subrow value from the associatedTableRowElement(an TR element).Constructors in com.google.gwt.user.cellview.client with parameters of type TableRowElement Constructor Description RowHoverEvent(TableRowElement hoveringRow, boolean isUnHover)Construct a newRowHoverEvent.RowHoverEvent(TableRowElement hoveringRow, Event browserEvent, boolean isUnHover)Construct a newRowHoverEvent.RowHoverEvent(TableRowElement hoveringRow, Event browserEvent, boolean isUnHover, RowHoverEvent.HoveringScope hoveringScope)Construct a newRowHoverEvent.
-