Examples for Creating and Extending Controls

Examples how to create and extend controls in OpenUI5.

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