namespace jQuery.sap.PseudoEvents

Control sample: jQuery.sap.PseudoEvents
Visiblity: public
Available since: N/A
Module: jquery.sap.events
Application Component: CA-UI5-COR

Enumeration of all so called "pseudo events", a useful classification of standard browser events as implied by SAP product standards.

Whenever a browser event is recognized as one or more pseudo events, then this classification is attached to the original jQuery.Event object and thereby delivered to any jQuery-style listeners registered for that browser event.

Pure JavaScript listeners can evaluate the classification information using the jQuery.Event#isPseudoType method.

Instead of using the procedure as described above, the SAPUI5 controls and elements should simply implement an onpseudo-event(oEvent) method. It will be invoked only when that specific pseudo event has been recognized. This simplifies event dispatching even further.


Nodes Overview

Node Description

Methods Overview

Method Description