Uses of Interface
com.google.gwt.user.cellview.client.AbstractHasData.RedrawEvent.Handler
-
Packages that use AbstractHasData.RedrawEvent.Handler Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of AbstractHasData.RedrawEvent.Handler in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return types with arguments of type AbstractHasData.RedrawEvent.Handler Modifier and Type Method Description GwtEvent.Type<AbstractHasData.RedrawEvent.Handler>AbstractHasData.RedrawEvent. getAssociatedType()Methods in com.google.gwt.user.cellview.client with parameters of type AbstractHasData.RedrawEvent.Handler Modifier and Type Method Description HandlerRegistrationAbstractHasData. addRedrawHandler(AbstractHasData.RedrawEvent.Handler handler)Adds the given handler as a callback that is notified of events of typeAbstractHasData.RedrawEvent.protected voidAbstractHasData.RedrawEvent. dispatch(AbstractHasData.RedrawEvent.Handler handler)
-