R
- the row typepublic interface XGridCellMetaData<R>
Modifier and Type | Method and Description |
---|---|
<V> V |
getCellValue() |
<M> M |
getMetaData() |
R |
getRowValue() |
@NonNull java.lang.String |
getTopic() |
<V> V getCellValue()
V
- value typeR getRowValue()
<M> M getMetaData()
M
- MetaData type@NonNull java.lang.String getTopic()