GWT 2.7.0

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
 void update(C value)
          Announces a new value.
 

Method Detail

update

void update(C value)
Announces a new value.

Parameters:
value - the updated value

GWT 2.7.0