Uses of Interface
com.google.gwt.cell.client.FieldUpdater
-
Packages that use FieldUpdater Package Description com.google.gwt.cell.client 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 Modifier and Type Method Description FieldUpdater<T,C>
HasCell. getFieldUpdater()
Returns theFieldUpdater
instance. -
Uses of FieldUpdater in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return FieldUpdater Modifier and Type Method Description FieldUpdater<T,C>
Column. getFieldUpdater()
Returns theFieldUpdater
used for updating values in the column.Methods in com.google.gwt.user.cellview.client with parameters of type FieldUpdater Modifier and Type Method Description void
Column. setFieldUpdater(FieldUpdater<T,C> fieldUpdater)
Set theFieldUpdater
used for updating values in the column.
-