Package com.google.gwt.cell.client
Interface ValueUpdater<C>
- Type Parameters:
C
- the data type of the cell
public interface ValueUpdater<C>
A
ValueUpdater
may be added to a Cell
to provide updated
data.-
Method Summary
-
Method Details
-
update
Announces a new value.- Parameters:
value
- the updated value
-