R - the row typepublic class DefaultXGridRowMetaData<R> extends java.lang.Object implements XGridRowMetaData<R>
| Constructor and Description |
|---|
DefaultXGridRowMetaData(R rowValue,
@Nullable java.lang.Object metaData,
@NonNull java.lang.String topic)
Create a new meta data object
|
| Modifier and Type | Method and Description |
|---|---|
<M> M |
getMetaData() |
R |
getRowValue() |
@NonNull java.lang.String |
getTopic() |
public DefaultXGridRowMetaData(R rowValue, @Nullable java.lang.Object metaData, @NonNull java.lang.String topic)
rowValue - the row valuemetaData - the meta datatopic - the topicpublic R getRowValue()
getRowValue in interface XGridRowMetaData<R>public <M> M getMetaData()
getMetaData in interface XGridRowMetaData<R>M - MetaData typepublic @NonNull java.lang.String getTopic()
getTopic in interface XGridRowMetaData<R>