T
- the underlying data typeC
- the cell data typepublic interface HasCell<T,C>
Cell
to render that value, and provide a
FieldUpdater
to perform notification of updates to the cell.Modifier and Type | Method and Description |
---|---|
Cell<C> |
getCell()
Returns the
Cell of type C. |
FieldUpdater<T,C> |
getFieldUpdater()
Returns the
FieldUpdater instance. |
C |
getValue(T object)
Returns the value of type C extracted from the record of type T.
|
FieldUpdater<T,C> getFieldUpdater()
FieldUpdater
instance.