R - the row typeC - the cell type@FunctionalInterface
public interface CellMetaDataFunction<R,C>
XGridCellMetaData for a given cell| Modifier and Type | Method and Description |
|---|---|
@NonNull java.util.List<XGridCellMetaData<R>> |
getMetaData(R rowValue,
C cellValue)
Retrieve meta data for the given cell
|
@NonNull java.util.List<XGridCellMetaData<R>> getMetaData(R rowValue, C cellValue)
rowValue - the row valuecellValue - the cell value