GWT 2.7.0

Uses of Interface
com.google.gwt.user.cellview.client.LoadingStateChangeEvent.LoadingState

Packages that use LoadingStateChangeEvent.LoadingState
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
static LoadingStateChangeEvent.LoadingState LoadingStateChangeEvent.LoadingState.LOADED
          Indicates that the data set has been completely loaded.
static LoadingStateChangeEvent.LoadingState LoadingStateChangeEvent.LoadingState.LOADING
          Indicates that the data has started to load.
static LoadingStateChangeEvent.LoadingState LoadingStateChangeEvent.LoadingState.PARTIALLY_LOADED
          Indicates 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
 LoadingStateChangeEvent.LoadingState LoadingStateChangeEvent.getLoadingState()
          Get the new LoadingStateChangeEvent.LoadingState associated with this event.
 

Methods in com.google.gwt.user.cellview.client with parameters of type LoadingStateChangeEvent.LoadingState
protected  void DataGrid.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 CellList.onLoadingStateChanged(LoadingStateChangeEvent.LoadingState state)
          Called when the loading state changes.
protected  void AbstractHasData.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.
 

Constructors in com.google.gwt.user.cellview.client with parameters of type LoadingStateChangeEvent.LoadingState
LoadingStateChangeEvent(LoadingStateChangeEvent.LoadingState state)
          Construct a new LoadingStateChangeEvent.
 


GWT 2.7.0