Namespace sap.suite.ui.commons.LoadStateModule: sap/suite/ui/commons/library


Enumeration of possible load states for LoadableView.

Deprecated API:Since version 1.34. Deprecated. sap.m.LoadState should be used.

Field Summary
sap.suite.ui.commons.LoadState.DisabledLoadableView disabled to load the control.
sap.suite.ui.commons.LoadState.FailedLoadableView failed to load the control.
sap.suite.ui.commons.LoadState.LoadedLoadableView has loaded the control.
sap.suite.ui.commons.LoadState.LoadingLoadableView is loading the control.
Field Detail
sap.suite.ui.commons.LoadState.Disabled
LoadableView disabled to load the control.
sap.suite.ui.commons.LoadState.Failed
LoadableView failed to load the control.
sap.suite.ui.commons.LoadState.Loaded
LoadableView has loaded the control.
sap.suite.ui.commons.LoadState.Loading
LoadableView is loading the control.