Class sap.ui.core.DeclarativeSupportModule: sap/ui/core/DeclarativeSupport
Static class for enabling declarative UI support.
Since: 1.7.0.
Constructor Summary
Method Summary
sap.ui.core.DeclarativeSupport.compile(oElement, oView?, isRecursive?)Enhances the given DOM element by parsing the Control and Elements info and creating the SAPUI5 controls for them.
Method Detail
sap.ui.core.DeclarativeSupport.compile(oElement, oView?, isRecursive?)
Enhances the given DOM element by parsing the Control and Elements info and creating the SAPUI5 controls for them.
Parameters:
{Element} | oElement | the DOM element to compile |
{sap.ui.core.mvc.HTMLView} | oView? | The view instance to use |
{boolean} | isRecursive? | Whether the call of the function is recursive. |