Uses of Interface
com.google.gwt.user.cellview.client.LoadingStateChangeEvent.LoadingState
-
Uses of LoadingStateChangeEvent.LoadingState in com.google.gwt.user.cellview.client
Modifier and TypeFieldDescriptionstatic final LoadingStateChangeEvent.LoadingState
LoadingStateChangeEvent.LoadingState.LOADED
Indicates that the data set has been completely loaded.static final LoadingStateChangeEvent.LoadingState
LoadingStateChangeEvent.LoadingState.LOADING
Indicates that the data has started to load.static final LoadingStateChangeEvent.LoadingState
LoadingStateChangeEvent.LoadingState.PARTIALLY_LOADED
Indicates that part of the data set has been loaded, but more data is still pending.Modifier and TypeMethodDescriptionLoadingStateChangeEvent.getLoadingState()
Get the newLoadingStateChangeEvent.LoadingState
associated with this event.Modifier and TypeMethodDescriptionprotected void
AbstractHasData.onLoadingStateChanged
(LoadingStateChangeEvent.LoadingState state) Called when the loading state changes.protected void
CellList.onLoadingStateChanged
(LoadingStateChangeEvent.LoadingState state) Called when the loading state changes.protected void
CellTable.onLoadingStateChanged
(LoadingStateChangeEvent.LoadingState state) Called when the loading state changes.protected void
DataGrid.onLoadingStateChanged
(LoadingStateChangeEvent.LoadingState state) Called when the loading state changes.void
HasDataPresenter.View.setLoadingState
(LoadingStateChangeEvent.LoadingState state) Set the current loading state of the data.