public interface Row
Escalator
.Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.TableRowElement |
getElement()
Gets the root element for this row.
|
int |
getRow()
Gets the row index.
|
int getRow()
com.google.gwt.dom.client.TableRowElement getElement()
The EscalatorUpdater
may update the class names of the element
and add inline styles, but may not modify the contained DOM structure.
If you wish to modify the cells within this row element, access them via
the List<
objects passed in to
Cell
>EscalatorUpdater.updateCells(Row, List)
Copyright © 2019 Vaadin Ltd. All rights reserved.