Uses of Interface
com.google.gwt.cell.client.FieldUpdater
Packages that use FieldUpdater
Package
Description
The "cellview" widget set.
-
Uses of FieldUpdater in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client that return FieldUpdater -
Uses of FieldUpdater in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return FieldUpdaterModifier and TypeMethodDescriptionColumn.getFieldUpdater()Returns theFieldUpdaterused for updating values in the column.Methods in com.google.gwt.user.cellview.client with parameters of type FieldUpdaterModifier and TypeMethodDescriptionvoidColumn.setFieldUpdater(FieldUpdater<T, C> fieldUpdater) Set theFieldUpdaterused for updating values in the column.