T - the type of the cells in the rowpublic static interface DataGrid.StaticRow<T extends DataGrid.StaticCell>
| Modifier and Type | Method and Description |
|---|---|
T |
getCell(java.lang.String columnId)
Returns the cell for the given column id on this row.
|
java.lang.String |
getStyleName()
Returns the custom style name for this row.
|
T |
join(java.lang.String... columnIds)
Merges columns cells in a row.
|
void |
setStyleName(java.lang.String styleName)
Sets a custom style name for this row.
|
@Nullable java.lang.String getStyleName()
void setStyleName(@Nullable
java.lang.String styleName)
styleName - the style name to set or
null to not use any style nameT join(java.lang.String... columnIds)
columnIds - the ids of columns to merge@Nullable T getCell(java.lang.String columnId)
columnId - column id