Uses of Package
org.pepstock.charba.client.dom
-
Packages that use org.pepstock.charba.client.dom 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.elements Contains a set of DOM elements that Charba is using.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.utils Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.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 used by org.pepstock.charba.client Class Description BaseNativeEvent Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.commons Class Description BaseHtmlElement Represents any HTML element.BaseNativeEvent Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes.MutationObserverInit A dictionary interface which describes the configuration of a mutation observer.
As such, it's primarily used as the type of the options parameter on theMutationObserver.observe(BaseNode, MutationObserverInit)
method. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.dom Class Description BaseAttribute Represents one of a DOM element's attributes as an object.BaseDocument Represents any web page loaded in the browser and serves as an entry point in the web page's content, which is the DOM tree.
It provides functionality globally to the document, like how to obtain the page's URL and create new elements in the document.BaseElement Base class from which all element objects (objects that represent elements) in a document inherit.
It only has methods and properties common to all kinds of elements.BaseEventTarget Base DOM entity extended by objects that can receive events and may have listeners for them.BaseHtmlDocument Extends the document to include methods and properties that are specific to HTML documents.BaseHtmlElement Represents any HTML element.BaseLocation Represents the location (URL) of the object it is linked to.
Changes done on it are reflected on the object it relates to.BaseNativeEvent Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes.BaseNativeMouseEvent Represents a mouse events that occur due to the user interacting with a pointing device.
This is used only internally.BaseNavigator Represents the state and the identity of the user agent.
It allows scripts to query it and to register themselves to carry on some activities.BaseNode A object from which various types of DOM objects inherit, allowing those types to be treated similarly.BaseStyleProperties Represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.BaseTouch 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.DOMBuilder Singleton utility to create and manage DOM element.IsCastable Interface which is implemented to DOM elements or items which can be cast to other objects.
This is the interface in order to enable the link from other DOM tree managers to Charba.MutationObserver Provides the ability to watch for changes being made to the DOM tree.MutationObserver.MutationObserverCallback A function which will be called on each DOM change that qualifies given the targeted node or subtree and options.MutationObserverInit A dictionary interface which describes the configuration of a mutation observer.
As such, it's primarily used as the type of the options parameter on theMutationObserver.observe(BaseNode, MutationObserverInit)
method.MutationRecord Represents an individual DOM mutation.NamedNodeMap Represents a collection of attributes objects.NodeList Maps the java script object which is a collections of nodes,TouchList Represents a list of contact points on a touch surface. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.dom.elements Class Description BaseElement Base class from which all element objects (objects that represent elements) in a document inherit.
It only has methods and properties common to all kinds of elements.BaseEventTarget Base DOM entity extended by objects that can receive events and may have listeners for them.BaseHtmlElement Represents any HTML element.BaseNode A object from which various types of DOM objects inherit, allowing those types to be treated similarly.IsCastable Interface which is implemented to DOM elements or items which can be cast to other objects.
This is the interface in order to enable the link from other DOM tree managers to Charba. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.enums Class Description BaseNativeEvent Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.events Class Description BaseNativeEvent Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.gwt.widgets Class Description BaseNativeEvent Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.items Class Description BaseNativeEvent Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.utils Class Description BaseHtmlElement Represents any HTML element. -
Classes in org.pepstock.charba.client.dom used by org.pepstock.charba.client.utils.toast.handlers Class Description BaseNativeEvent Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes.