Uses of Class
org.pepstock.charba.client.dom.events.NativeUIEvent
-
Packages that use NativeUIEvent Package Description org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events. -
-
Uses of NativeUIEvent in org.pepstock.charba.client.dom.events
Subclasses of NativeUIEvent in org.pepstock.charba.client.dom.events Modifier and Type Class Description class
NativeAbstractMouseEvent
Contains all common properties and methods of a DOM mouse event.class
NativeKeyboardEvent
Describes 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.
The event type (keydown or keyup) identifies what kind of keyboard activity occurred.class
NativeMouseEvent
Represents a mouse events that occur due to the user interacting with a pointing device.class
NativePointerEvent
Much of today's web content assumes the user's pointing device will be a mouse.
However, since many devices support other types of pointing input devices, such as pen/stylus and touch surfaces, extensions to the existing pointing device event models are needed.
Pointer events address that need.class
NativeTouchEvent
Represents anNativeUIEvent
which is sent when the state of contacts with a touch-sensitive surface changes.
This surface can be a touch screen or trackpad, for example.
The event can describe one or more points of contact with the screen and includes support for detecting movement, addition and removal of contact points, and so forth.
-