|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the underlying data typeC
- the cell data typepublic interface HasCell<T,C>
An interface for extracting a value of type C from an underlying data value
of type T, provide a Cell
to render that value, and provide a
FieldUpdater
to perform notification of updates to the cell.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Cell<C> getCell()
Cell
of type C.
FieldUpdater<T,C> getFieldUpdater()
FieldUpdater
instance.
C getValue(T object)
object
- a record of type T
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |