Static class for enabling declarative UI support.
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. |
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. |