enum sap.ui.core.ComponentLifecycle

Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

Enumeration for different lifecycle behaviors of components created by the ComponentContainer.


Properties Overview

Node Description
sap.ui.core.ComponentLifecycle.Application

Application managed lifecycle means that the application takes care to destroy the components associated with the ComponentContainer.

sap.ui.core.ComponentLifecycle.Container

Container managed lifecycle means that the ComponentContainer takes care to destroy the components associated with the ComponentContainer once the ComponentContainer is destroyed or a new component is associated.

sap.ui.core.ComponentLifecycle.Legacy

Legacy lifecycle means that the ComponentContainer takes care to destroy the component which is associated with the ComponentContainer once the ComponentContainer is destroyed, but not when a new component is associated.