DataGrid.Column.setStyleProvider(Function) instead@Deprecated
public static interface DataGrid.CellStyleProvider<E extends Entity>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStyleName(E entity,
java.lang.String columnId)
Deprecated.
Called by
DataGrid to get a style for cell. |
@Nullable java.lang.String getStyleName(E entity, java.lang.String columnId)
DataGrid to get a style for cell.entity - an entity instance represented by the current rowcolumnId - id of the DataGrid column