API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.events. UIEvent View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 Event
      UIEvent
Subinterfaces
Description
public interface UIEvent
  The UIEvent interface provides specific contextual information associated with User Interface events.
See also:   
Methods
Hide/Show inherited methods
public int getDetail ()
Specifies some detail information about the Event, depending on the type of event.
public AbstractView getView ()
The view attribute identifies the AbstractView from which the event was generated.
public void initUIEvent (String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
  The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
Fields
Hide/Show inherited fields
publicfinalstatic short AT_TARGET = "2" [Inherited From Event]
The event is currently being evaluated at the target EventTarget.
publicfinalstatic short BUBBLING_PHASE = "3" [Inherited From Event]
The current event phase is the bubbling phase.
publicfinalstatic short CAPTURING_PHASE = "1" [Inherited From Event]
The current event phase is the capturing phase.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar