Show TOC

Examples for Creating and Extending ControlsLocate this document in the navigation structure

Examples how to create and extend controls in SAPUI5.

To create a new control type, you extend the sap.ui.core.Control class, and define the control API and the implementation from scratch.