docs

Methods Controlling the Initial Instantiation

OpenUI5 provides two methods for the initial instantiation of the component.

You can use the following methods:

Note:

The settings passed to the sap.ui.core.Component.createor sap.ui.component factory calls are not available in the init and createContent methods. Use componentData instead. For more information, see sap.ui.core.Component.create.

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

Related Information

API Reference: sap.ui.core.IAsyncContentCreation