DataGrid.Column.getDescriptionProvider() instead@Deprecated
public static interface DataGrid.CellDescriptionProvider<E extends Entity>
row
description and a cell description, the latter has precedence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(E entity,
java.lang.String columnId)
Deprecated.
Called by DataGrid to generate a description (tooltip) for a cell.
|
java.lang.String getDescription(E entity, java.lang.String columnId)
entity - an entity instance represented by the current rowcolumnId - id of the DataGrid columnnull for no description