JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
GWT 2.5.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
void
update
(
C
value)
Announces a new value.
Method Detail
update
void update(
C
value)
Announces a new value.
Parameters:
value
- the updated value
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
GWT 2.5.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method