- Legend to Symbols

-
Class nokia.maps.dom.Event
This class implements the W3C interface Event.
For more details about event dispatch please refer to the documentation of the class nokia.maps.dom.EventTarget.
Event.stopPropagation(), its effect is immediate.
Event.currentTarget have been triggered.
true) or not (false).
true) or not (false).
eventListeners are currently being processed.
preventDefault() has been called for this event.
null if it is unspecified.
This class implements the W3C interface Event.
For more details about event dispatch please refer to the documentation of the class nokia.maps.dom.EventTarget.
| {Object} | [defaults]: | If this argument is provided, all properties from it are copied into the given event object. |
This is a proprietary member and not part of the W3C interface specification this class implements.
| {nokia.maps.dom.Event} | A reference to this event |
This is a proprietary member and not part of the W3C interface specification this class implements.
| {nokia.maps.dom.Event} | A refernece to the cloned event |
| {nokia.maps.dom.Event} | A reference to this event |
Note that this method can be useful in debugging to ensure that everything is cleared up when the user has left the page. However, bear in mind that the method cannot be used to prevent the user from leaving the page.
This is a proprietary member and not part of the W3C interface specification this class implements.
| {String} | msg | The message the browser should display in the confirmation dialog |
| {nokia.maps.dom.Event} | A reference to the current event |
Event.stopPropagation(), its effect is
immediate. Once it has been called, further calls to this method have
no effect.
| {nokia.maps.dom.Event} | A reference to this event |
Event.currentTarget
have been triggered. Once it has been called, further calls to this method have
no effect.
| {nokia.maps.dom.Event} | A reference to this event |
This is a proprietary member and not part of the W3C interface specification this class implements.
This is a proprietary member and not part of the W3C interface specification this class implements.
This is a proprietary member and not part of the W3C interface specification this class implements.
true) or
not (false).
true) or
not (false).
This is a proprietary member and not part of the W3C interface specification this class implements.
This is a proprietary member and not part of the W3C interface specification this class implements.
true, otherwise it is false.
eventListeners are
currently being processed. This is particularly useful during the capture
and bubbling phases to identify where the event is in the
propagation path.
preventDefault() has been called
for this event.
null
if it is unspecified.
null or a reference to the native event as sent by the
browser.
The property is not part of the W3C interface specifications this class implements.
PROPAGATION_OK, PROPAGATION_STOP
or PROPAGATION_STOP_IMMEDIATE.
This is a proprietary member and not part of the W3C interface specification this class implements.