enum sap.m.EmptyIndicatorMode

Control sample: sap.m.EmptyIndicatorMode
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Modes in which a control will render empty indicator if its content is empty.


Properties Overview

Node Description
sap.m.EmptyIndicatorMode.Auto

Empty indicator will be rendered depending on the context in which the control is placed. If one of the parents has the context class sapMShowEmpty-CTX then the empty indicator will be shown.

sap.m.EmptyIndicatorMode.Off

Empty indicator is never rendered.

sap.m.EmptyIndicatorMode.On

Empty indicator is rendered always when the control's content is empty.