Package com.google.gwt.cell.client
Interface FieldUpdater<T,C>
-
- Type Parameters:
T
- the data type that will be modifiedC
- the data type of the modified field
public interface FieldUpdater<T,C>
AFieldUpdater
may be added to a Column to update a particular field of a data item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(int index, T object, C value)
Announces a new value for a field within a base object.
-