Uses of Interface
com.google.gwt.user.cellview.client.LoadingStateChangeEvent.LoadingState
-
Packages that use LoadingStateChangeEvent.LoadingState Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of LoadingStateChangeEvent.LoadingState in com.google.gwt.user.cellview.client
Fields in com.google.gwt.user.cellview.client declared as LoadingStateChangeEvent.LoadingState Modifier and Type Field Description static LoadingStateChangeEvent.LoadingStateLoadingStateChangeEvent.LoadingState. LOADEDIndicates that the data set has been completely loaded.static LoadingStateChangeEvent.LoadingStateLoadingStateChangeEvent.LoadingState. LOADINGIndicates that the data has started to load.static LoadingStateChangeEvent.LoadingStateLoadingStateChangeEvent.LoadingState. PARTIALLY_LOADEDIndicates that part of the data set has been loaded, but more data is still pending.Methods in com.google.gwt.user.cellview.client that return LoadingStateChangeEvent.LoadingState Modifier and Type Method Description LoadingStateChangeEvent.LoadingStateLoadingStateChangeEvent. getLoadingState()Get the newLoadingStateChangeEvent.LoadingStateassociated with this event.Methods in com.google.gwt.user.cellview.client with parameters of type LoadingStateChangeEvent.LoadingState Modifier and Type Method Description protected voidAbstractHasData. onLoadingStateChanged(LoadingStateChangeEvent.LoadingState state)Called when the loading state changes.protected voidCellList. onLoadingStateChanged(LoadingStateChangeEvent.LoadingState state)Called when the loading state changes.protected voidCellTable. onLoadingStateChanged(LoadingStateChangeEvent.LoadingState state)Called when the loading state changes.protected voidDataGrid. onLoadingStateChanged(LoadingStateChangeEvent.LoadingState state)Called when the loading state changes.voidHasDataPresenter.View. setLoadingState(LoadingStateChangeEvent.LoadingState state)Set the current loading state of the data.Constructors in com.google.gwt.user.cellview.client with parameters of type LoadingStateChangeEvent.LoadingState Constructor Description LoadingStateChangeEvent(LoadingStateChangeEvent.LoadingState state)Construct a newLoadingStateChangeEvent.
-