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 theFieldUpdaterinstance. -
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 theFieldUpdaterused for updating values in the column.Methods in com.google.gwt.user.cellview.client with parameters of type FieldUpdater Modifier and Type Method Description voidColumn. setFieldUpdater(FieldUpdater<T,C> fieldUpdater)Set theFieldUpdaterused for updating values in the column.
-