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. TYPEA 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 HandlerRegistrationAbstractHasData. addLoadingStateChangeHandler(LoadingStateChangeEvent.Handler handler)Add aLoadingStateChangeEvent.Handlerto be notified of changes in the loading state.HandlerRegistrationHasDataPresenter. addLoadingStateChangeHandler(LoadingStateChangeEvent.Handler handler)protected voidLoadingStateChangeEvent. dispatch(LoadingStateChangeEvent.Handler handler)
-