Package-level declarations

Contains the classes and interfaces of the DOM events.

Contains the classes and interfaces of the DOM events.

Types

Link copied to clipboard
public interface CustomEvent implements Event
public interface CustomEvent implements Event
A custom DOM event.
Link copied to clipboard
public interface CustomEventParams implements EventParams
public interface CustomEventParams implements EventParams
The parameters of the custom DOM event.
Link copied to clipboard
public interface Event implements Event
public interface Event implements Event
A DOM event, for example, mouse or keyboard event, provides access to the event data and methods to change the event behavior.
Link copied to clipboard
public interface EventParams
public interface EventParams
The general DOM event parameters.
Link copied to clipboard
public interface EventTarget
public interface EventTarget
Represents an event target that is able to process events, for example, a DOM node.
Link copied to clipboard
public interface EventType
public interface EventType
A DOM event type.
Link copied to clipboard
public interface KeyEvent implements UiEventModifier
public interface KeyEvent implements UiEventModifier
A keyboard event that provides access to the keyboard event data.
Link copied to clipboard
public interface KeyEventParams implements UiEventModifierParams
public interface KeyEventParams implements UiEventModifierParams
The DOM keyboard event parameters.
Link copied to clipboard
public interface MouseEvent implements UiEventModifier
public interface MouseEvent implements UiEventModifier
A mouse event that provides access to the mouse event data.
Link copied to clipboard
public interface MouseEventParams implements UiEventModifierParams
public interface MouseEventParams implements UiEventModifierParams
The DOM mouse event parameters.
Link copied to clipboard
public interface TouchEvent implements UiEventModifier
public interface TouchEvent implements UiEventModifier
A touch event that provides access to the touch event data.
Link copied to clipboard
public interface TouchEventParams implements UiEventModifierParams
public interface TouchEventParams implements UiEventModifierParams
The DOM touch event parameters.
Link copied to clipboard
public interface UiEventModifier implements Event
public interface UiEventModifier implements Event
A DOM UI event that can be fired with the key modifiers.
Link copied to clipboard
public interface UiEventModifierParams implements EventParams
public interface UiEventModifierParams implements EventParams
The DOM UI event parameters with the key modifiers.
Link copied to clipboard
public interface WheelEvent implements MouseEvent
public interface WheelEvent implements MouseEvent
A wheel event that provides access to the wheel event data.
Link copied to clipboard
public interface WheelEventParams implements MouseEventParams
public interface WheelEventParams implements MouseEventParams
The DOM wheel event parameters.