Package | Description |
---|---|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
Modifier and Type | Method and Description |
---|---|
RowStyles<T> |
AbstractCellTable.getRowStyles()
Gets the object used to determine how a row is styled.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCellTable.setRowStyles(RowStyles<T> rowStyles)
Sets the object used to determine how a row is styled; the change will take
effect the next time that the table is rendered.
|