public static interface LoadingStateChangeEvent.LoadingState
Modifier and Type | Field and Description |
---|---|
static LoadingStateChangeEvent.LoadingState |
LOADED
Indicates that the data set has been completely loaded.
|
static LoadingStateChangeEvent.LoadingState |
LOADING
Indicates that the data has started to load.
|
static LoadingStateChangeEvent.LoadingState |
PARTIALLY_LOADED
Indicates that part of the data set has been loaded, but more data is
still pending.
|
static final LoadingStateChangeEvent.LoadingState LOADING
static final LoadingStateChangeEvent.LoadingState PARTIALLY_LOADED
static final LoadingStateChangeEvent.LoadingState LOADED