SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.5k stars 260 forks source link

UI5 Web Components Enablement in OpenUI5: research UI5 Control Wrappers extensibility #2927

Closed ilhan007 closed 2 months ago

ilhan007 commented 3 years ago

Is your feature request related to a problem? Please describe. As part of the Retrofit topic, we aim to reuse the UI5 Web Components inside the UI5 Controls. In order to do this, we have to ensure we cover the extensibility of the UI5 Controls Wrappers.

Create a subclass of a Control Wrapper (more complex one) and check if it is easy to change or add new functionalities.

ilhan007 commented 2 months ago

Closing as not relevant any more. UI5 Control Wrappers (around web components) have been our first try to make UI5 Web Components first-class citizens in SAPUI5, but we took another path. Instead of having Control Wrappers, we directly use the web components (no pre-built control wrappers) that are handled by the SAPUI5 framework behind the scenes and usable in XML Views. It's already in progress.