R
- the row typeC
- the cell typepublic interface XGridCell<R,C>
Modifier and Type | Method and Description |
---|---|
@NonNull java.util.List<XGridCellMetaData<R>> |
getCellMetaData() |
C |
getCellValue() |
@NonNull XGridColumn<R,C> |
getColumn() |
R |
getRowValue() |
R getRowValue()
C getCellValue()
null
@NonNull XGridColumn<R,C> getColumn()
@NonNull java.util.List<XGridCellMetaData<R>> getCellMetaData()