Check the jQuery.Event class documentation available under "http://www.jquery.com" and "http://api.jquery.com/category/events/event-object/" for details.
Method | Description |
---|---|
getOffsetX |
Returns OffsetX of Event. |
getOffsetY |
Returns OffsetY of Event. |
getPseudoTypes |
Returns an array of names (as strings) identifying module:sap/ui/events/PseudoEvents that are fulfilled by this very Event instance. |
isPseudoType |
Checks whether this instance of jQuery.Event is of the given |
Returns an array of names (as strings) identifying module:sap/ui/events/PseudoEvents that are fulfilled by this very Event instance.
Checks whether this instance of jQuery.Event is of the given sType
pseudo type.
Param | Type | DefaultValue | Description |
---|---|---|---|
sType | string |
The name of the pseudo type this event should be checked for. |