Uses of Interface
com.google.gwt.user.cellview.client.LoadingStateChangeEvent.Handler
-
Packages that use LoadingStateChangeEvent.Handler Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of LoadingStateChangeEvent.Handler in com.google.gwt.user.cellview.client
Fields in com.google.gwt.user.cellview.client with type parameters of type LoadingStateChangeEvent.Handler Modifier and Type Field Description static GwtEvent.Type<LoadingStateChangeEvent.Handler>
LoadingStateChangeEvent. TYPE
A singleton instance of Type.Methods in com.google.gwt.user.cellview.client that return types with arguments of type LoadingStateChangeEvent.Handler Modifier and Type Method Description GwtEvent.Type<LoadingStateChangeEvent.Handler>
LoadingStateChangeEvent. getAssociatedType()
Methods in com.google.gwt.user.cellview.client with parameters of type LoadingStateChangeEvent.Handler Modifier and Type Method Description HandlerRegistration
AbstractHasData. addLoadingStateChangeHandler(LoadingStateChangeEvent.Handler handler)
Add aLoadingStateChangeEvent.Handler
to be notified of changes in the loading state.HandlerRegistration
HasDataPresenter. addLoadingStateChangeHandler(LoadingStateChangeEvent.Handler handler)
protected void
LoadingStateChangeEvent. dispatch(LoadingStateChangeEvent.Handler handler)
-