Uses of Package
org.pepstock.charba.client.dom.events
-
Packages that use org.pepstock.charba.client.dom.events Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree.org.pepstock.charba.client.dom.enums Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events.org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.utils.toast.handlers Contains all handlers to implement in order to manage events of change status of the TOAST utility. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client Class Description NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.commons Class Description NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events.Touch Represents a single contact point on a touch-sensitive device
The contact point is commonly a finger or stylus and the device may be a touchscreen or trackpad. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.dom Class Description NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.dom.enums Class Description NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.dom.events Class Description EventInit Initialization object for aNativeBaseEvent
.KeyboardEventInit Initialization object for aNativeKeyboardEvent
.MouseEventInit Initialization object for aNativeMouseEvent
.NativeAbstractMouseEvent Contains all common properties and methods of a DOM mouse event.NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events.NativeCustomEvent Internal implementation of a custom native event.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.NativeMouseEvent Represents a mouse events that occur due to the user interacting with a pointing device.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.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.NativeUIEvent Represents simple user interface events, in DOM.PointerEventInit Initialization object for aNativePointerEvent
.Touch Represents a single contact point on a touch-sensitive device
The contact point is commonly a finger or stylus and the device may be a touchscreen or trackpad.TouchEventInit Initialization object for aNativeTouchEvent
.TouchInit Initialization object for aTouch
.TouchList Represents a list of contact points on a touch surface. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.enums Class Description NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.events Class Description NativeAbstractMouseEvent Contains all common properties and methods of a DOM mouse event.NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events.NativeCustomEvent Internal implementation of a custom native event. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.gwt.widgets Class Description NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.items Class Description NativeAbstractMouseEvent Contains all common properties and methods of a DOM mouse event. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.options Class Description NativeBaseEvent Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events. -
Classes in org.pepstock.charba.client.dom.events used by org.pepstock.charba.client.utils.toast.handlers Class Description NativeMouseEvent Represents a mouse events that occur due to the user interacting with a pointing device.