public interface ComponentUtils
| Modifier and Type | Method and Description |
|---|---|
void |
removeGlobalEventListeners(java.lang.String widgetId)
Unregisters global event listeners bound to the given widget identified by the provided id
|
void |
setupGlobalEventListeners(<any> composer,
Component component)
Searches for methods marked with
GlobalCockpitEvent annotation within provided composer and registers them
within global listeners map |
void setupGlobalEventListeners(<any> composer,
Component component)
GlobalCockpitEvent annotation within provided composer and registers them
within global listeners mapcomposer - composer to look for global event listeners incomponent - cockpit component to be used as a reference for the global listeners mappingvoid removeGlobalEventListeners(java.lang.String widgetId)
widgetId - id of the widget to remove global event listeners fromCopyright © 2018 SAP SE. All Rights Reserved.