Uses of Interface
org.loboevolution.events.UIEvent
Package
Description
-
Uses of UIEvent in org.loboevolution.events
Modifier and TypeInterfaceDescriptioninterface
The DOM CompositionEvent represents events that occur due to the user indirectly entering text.interface
A DragEvent represents a drag and drop interaction.interface
The FocusEvent interface represents focus-related events, including focus, blur, focusin, and focusout.interface
The InputEvent interface represents an event notifying the user of editable content changes.interface
KeyboardEvent objects describe a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the keyboard.interface
The MouseEvent interface represents events that occur due to the user interacting with a pointing device (such as a mouse).interface
The PointerEvent interface represents the state of a DOM event produced by a pointer such as the geometry of the contact point, the device type that generated the event, the amount of pressure that was applied on the contact surface, etc.interface
interface
The WheelEvent interface represents events that occur due to the user moving a mouse wheel or similar input device. -
Uses of UIEvent in org.loboevolution.html.dom.svg
-
Uses of UIEvent in org.loboevolution.html.js.events
Modifier and TypeClassDescriptionclass
AnimationEventImpl class.class
AudioProcessingEventImpl class.class
BeforeInstallPromptEventImpl class.class
BeforeUnloadEventImpl class.class
class
class
class
InputEventImpl class.class
class
MouseEventImpl class.class
class
StorageEventImpl class.class
class
UIEventImpl class.class
WheelEventImpl class.