UIEvent Interface Reference

import "UIEvent.idl";

Inherits Event.

Inherited by KeyboardEvent, MouseEvent, WheelEvent, and SVGZoomEvent.

Inheritance diagram for UIEvent:

Inheritance graph
[legend]
Collaboration diagram for UIEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void initUIEvent (in AtomicString type, in boolean canBubble, in boolean cancelable, in DOMWindow view, in long detail)

Public Attributes

readonly attribute DOMWindow view
readonly attribute long detail
readonly attribute long keyCode
readonly attribute long charCode
readonly attribute long layerX
readonly attribute long layerY
readonly attribute long pageX
readonly attribute long pageY
readonly attribute long which

Detailed Description

Definition at line 23 of file UIEvent.idl.


Member Function Documentation

void initUIEvent ( in AtomicString  type,
in boolean  canBubble,
in boolean  cancelable,
in DOMWindow  view,
in long  detail 
)


Member Data Documentation

readonly attribute DOMWindow view

Definition at line 24 of file UIEvent.idl.

readonly attribute long detail

Definition at line 25 of file UIEvent.idl.

readonly attribute long keyCode

Implemented in KeyboardEvent.

Definition at line 34 of file UIEvent.idl.

readonly attribute long charCode

Implemented in KeyboardEvent.

Definition at line 35 of file UIEvent.idl.

readonly attribute long layerX

Definition at line 36 of file UIEvent.idl.

readonly attribute long layerY

Definition at line 37 of file UIEvent.idl.

readonly attribute long pageX

Definition at line 38 of file UIEvent.idl.

readonly attribute long pageY

Definition at line 39 of file UIEvent.idl.

readonly attribute long which

Definition at line 40 of file UIEvent.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:12:22 2007 for Web Kit DOM by  doxygen 1.5.1