docs

Content Creation in Components

OpenUI5 provides two methods for creating the content controls of a component.

You can use the following methods:

Note:

The settings passed through the instantiation process of a component are not available in the init and createContent methods. Use componentData instead.

You can also override the getters and setters for component properties in the component controller.

Related Information

API Reference: sap.ui.core.IAsyncContentCreation