|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the data type that will be modifiedC - the data type of the modified fieldpublic interface FieldUpdater<T,C>
A FieldUpdater may be added to a Column to update a particular field
of a data item.
Note: This class is new and its interface subject to change.
| Method Summary | |
|---|---|
void |
update(int index,
T object,
C value)
Announces a new value for a field within a base object. |
| Method Detail |
|---|
void update(int index,
T object,
C value)
index - the current row index of the objectobject - the base object to be updatedvalue - the new value of the field being updated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||