|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldUpdater | |
---|---|
com.google.gwt.cell.client | Standard Cell subclasses used by the
cellview widgets. |
com.google.gwt.user.cellview.client | The "cellview" widget set. |
Uses of FieldUpdater in com.google.gwt.cell.client |
---|
Methods in com.google.gwt.cell.client that return FieldUpdater | |
---|---|
FieldUpdater<T,C> |
HasCell.getFieldUpdater()
Returns the FieldUpdater instance. |
Uses of FieldUpdater in com.google.gwt.user.cellview.client |
---|
Methods in com.google.gwt.user.cellview.client that return FieldUpdater | |
---|---|
FieldUpdater<T,C> |
Column.getFieldUpdater()
Returns the FieldUpdater used for updating values in the column. |
Methods in com.google.gwt.user.cellview.client with parameters of type FieldUpdater | |
---|---|
void |
Column.setFieldUpdater(FieldUpdater<T,C> fieldUpdater)
Set the FieldUpdater used for updating values in the column. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |