class sap.ui.core.DeclarativeSupport

Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/ui/core/DeclarativeSupport
Application Component: CA-UI5-COR

Static class for enabling declarative UI support.


Constructor

new sap.ui.core.DeclarativeSupport()

Methods Overview

Method Description
sap.ui.core.DeclarativeSupport.compile

Enhances the given DOM element by parsing the Control and Elements info and creating the SAPUI5 controls for them.

sap.ui.core.DeclarativeSupport.compile

Enhances the given DOM element by parsing the Control and Elements info and creating the SAPUI5 controls for them.

Param Type DefaultValue Description
oElement Element

the DOM element to compile

oView sap.ui.core.mvc.HTMLView

The view instance to use

isRecursive boolean

Whether the call of the function is recursive.