class jQuery.Event

Control sample: jQuery.Event
Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/ui/events/jquery/EventExtension
Application Component:

Check the jQuery.Event class documentation available under "http://www.jquery.com" and "http://api.jquery.com/category/events/event-object/" for details.


Constructor

Constructor for a jQuery.Event object.

See "http://www.jquery.com" and "http://api.jquery.com/category/events/event-object/".

new jQuery.Event()

Methods Overview

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 sType pseudo type.

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 sType pseudo type.

Param Type DefaultValue Description
sType string

The name of the pseudo type this event should be checked for.