Intro

The busy indicator informs the user about an ongoing operation.

Busy indicator

Busy indicator

Usage

Use the busy indicator if:

The ongoing operation covers only a part of the screen with multiple controls, and:

Take a look at the example on the right. The file upload dialog consists of multiple upload operations. The user must be able to cancel each operation. Since the operation is related only to one row and not to the full app, there is no need to block the whole screen. The user still needs to interact with the system, in this case to select the next file upload.

Since each control of SAPUI5 provides a busy state by default, you could also set the busy state at row level. In this case, however, there would be no option to cancel the operation.

Busy indicator example file upload

Busy indicator example file upload

Do not use the busy indicator if:

Components

The busy indicator is a blue circle and can also display a text description.

Busy indicator text

Busy indicator text

Guidelines

Properties

The size of the busy indicator can also be changed.

Busy indicator sizes

Busy indicator sizes

Resources

Want to dive deeper? Follow the links below to find out more about related controls, the SAPUI5 implementation, and the visual design.

Elements and Controls

Implementation

Visual Design