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  Cellof type C. | 
| FieldUpdater<T,C> | getFieldUpdater()Returns the  FieldUpdaterinstance. | 
| C | getValue(T object)Returns the value of type C extracted from the record of type T. | 
FieldUpdater<T,C> getFieldUpdater()
FieldUpdater instance.