public interface

FieldUpdater

com.google.gwt.cell.client.FieldUpdater<T, C>

Class Overview

A FieldUpdater may be added to a Column to update a particular field of a data item.

Summary

Public Methods
abstract void update(int index, T object, C value)
Announces a new value for a field within a base object.

Public Methods

public abstract void update (int index, T object, C value)

Announces a new value for a field within a base object.

Parameters
index the current row index of the object
object the base object to be updated
value the new value of the field being updated