All Implemented Interfaces:
Event
All Known Implementing Classes:
MouseEvent, SVGZoomEvent
UIEvent interface provides specific contextual information
associated with User Interface events.
See also the Document Object Model (DOM) Level 2 Events Specification.
DOM - Level 2| Method from org.w3c.dom.events.UIEvent Summary: |
|---|
| getDetail, getView, initUIEvent |
| Method from org.w3c.dom.events.UIEvent Detail: |
|---|
Event,
depending on the type of event. |
view attribute identifies the AbstractView
from which the event was generated. |
initUIEvent method is used to initialize the value of
a UIEvent created through the DocumentEvent
interface. This method may only be called before the
UIEvent has been dispatched via the
dispatchEvent method, though it may be called multiple
times during that phase if necessary. If called multiple times, the
final invocation takes precedence. |