enum sap.ui.vtm.ViewableLoadStatus

Visiblity: public
Available since: N/A
Module: sap/ui/vtm/ViewableLoadStatus
Application Component:

Enumeration specifying the download/load status of a sap.ui.vtm.Viewable.


Properties Overview

Node Description
sap.ui.vtm.ViewableLoadStatus.Downloaded

The sap.ui.vtm.Viewable was downloaded successfully.

sap.ui.vtm.ViewableLoadStatus.DownloadFailed

The attempt to download the sap.ui.vtm.Viewable failed.

sap.ui.vtm.ViewableLoadStatus.Downloading

The sap.ui.vtm.Viewable is being downloaded.

sap.ui.vtm.ViewableLoadStatus.Loaded

The sap.ui.vtm.Viewable was loaded successfully.

sap.ui.vtm.ViewableLoadStatus.LoadFailed

The attempt to load the sap.ui.vtm.Viewable failed.

sap.ui.vtm.ViewableLoadStatus.Loading

The sap.ui.vtm.Viewable is being loaded.