Uses of Package
org.pepstock.charba.client.commons
-
Packages that use org.pepstock.charba.client.commons Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.adapters Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.annotation.enums Contains all enumerations to configure theAnnotationPlugin.ID
plugin.org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.colors Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own colors and classes to define gradients of patterns for charts.org.pepstock.charba.client.colors.tiles Contains all classes to build tiles to use in the a canvas patterns or a Charba pattern.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.controllers Contains all classes to manage the implementations of controllers.org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.datalabels.enums Contains all enumerations to configure theDataLabelsPlugin.ID
plugin.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.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.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.geo.enums Contains all enumerations to configure the GEO controllers.org.pepstock.charba.client.gradient Contains all classes to activate theGradientPlugin.ID
plugin (AKAchartjs-plugin-gradient.js
) for CHART.js.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.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.impl.plugins.enums Contains the enumeration items to configure out of the box CHARBA plugins.org.pepstock.charba.client.intl Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.org.pepstock.charba.client.intl.enums Contains enumerations to use in order to configure the ECMAScript Internationalization API options.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.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS.org.pepstock.charba.client.labels.enums Contains all enumerations to configure theLabelsPlugin.ID
plugin.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js.org.pepstock.charba.client.matrix.enums Contains all enumerations to configure the MATRIX controllers.org.pepstock.charba.client.ml Contains all classes to activate the ML library to use the regression capabilities.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations.org.pepstock.charba.client.positioner Contains all classes to implement a custom tooltip positioner for CHART.JS.org.pepstock.charba.client.resources Contains the fundamental java script resources to inject in order to use Charba.
It provides all implementations to inject embedded resources for LUXON date adapters.org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js.org.pepstock.charba.client.sankey.enums Contains all enumerations to configure the SANKEY controllers.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js.org.pepstock.charba.client.treemap.enums Contains all enumerations to configure theTreeMapChart
controller.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 Contains all classes to useToaster
utility.org.pepstock.charba.client.utils.toast.enums Contains all enumerations to configure the TOAST utility.org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js.org.pepstock.charba.client.zoom.enums Contains theZoomPlugin.ID
plugin enumerations to configure the plugin. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client Class Description AbstractBaseBuilder base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.ArrayChart Array object which maps the java script object.
A simple wrapper around a homogeneous native array of chart values.ArrayObject Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (extension of java script objects) values.BaseEnvelop This object is a container of hidden object.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.IsBuilder Represents an options builder.
Needed to check the consistency of builder after build.IsJSType Empty interface to define native object as native in order to useReflect
to set and get objects inNativeObject
.IsPoint This interface is defining an object which represents a point, with x and y coordinates.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.adapters Class Description NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.annotation Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.PropertyKey Represents the key of property of a java-script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.annotation.elements Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.IsPoint This interface is defining an object which represents a point, with x and y coordinates.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.annotation.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.callbacks Class Description Array Array object which maps the java script object.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.IsJSType Empty interface to define native object as native in order to useReflect
to set and get objects inNativeObject
.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.colors Class Description Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.colors.tiles Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.commons Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.Array Array object which maps the java script object.ArrayCanvas Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (HTMLCanvasElement) values.ArrayCanvasList An ordered collection (also known as a sequence).ArrayDouble Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values.ArrayDoubleArray Array object which maps the java script object.
A simple wrapper around a homogeneous native array of arrays of numeric (doubles) values.ArrayDoubleArrayList An ordered collection (also known as a sequence).ArrayDoubleList The user of this interface has precise control over where in the list each element is inserted.ArrayEnumList The user of this interface has precise control over where in the list each element is inserted.ArrayGradient Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasGradientItem) values.ArrayImage Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (ImageElement) values.ArrayImageList An ordered collection (also known as a sequence).ArrayInteger Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values.ArrayIntegerList The user of this interface has precise control over where in the list each element is inserted.ArrayKeyList The user of this interface has precise control over where in the list each element is inserted.ArrayKeySet A collection that contains no duplicate elements.
More formally, sets contain no pair of elementse1
ande2
such thate1.equals(e2)
, and at most one null element.ArrayObject Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (extension of java script objects) values.ArrayObject.ArrayFilterCallback Java script FUNCTION callback called to filter the array.ArrayObject.ArrayFindCallback Java script FUNCTION callback called to find an element in the array.ArrayObjectContainerList An ordered collection (also known as a sequence).ArrayObjectList An ordered collection (also known as a sequence).ArrayPattern Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasPatternItem) values.ArrayString Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values.ArrayStringList An ordered collection (also known as a sequence).ArrayStringSet A collection that contains no duplicate elements.
More formally, sets contain no pair of elementse1
ande2
such thate1.equals(e2)
, and at most one null element.ArrayTouch Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (Touch) values.ArrayTouchList An ordered collection (also known as a sequence).CallbackProxy This is a native object which wraps a java script object created byJsHelper
.
This object is used to get a proxy instance which is able to call a java script function passing alsothis
java script value, to maintain the environment when required.CallbackProxy.Proxy It's a java script function which maps the functionproxy
implemented in the additional java script source.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.Id Enums the property ID used by CHARBA to identify the chart.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.IsBuilder Represents an options builder.
Needed to check the consistency of builder after build.IsJSType Empty interface to define native object as native in order to useReflect
to set and get objects inNativeObject
.IsPoint This interface is defining an object which represents a point, with x and y coordinates.IteratorImpl Custom iterator over a collection.JsHelper This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects.Key Represents the property key of a JavaScript object.
Used for enum.KeyFactory Interface to be implemented to load keys from an array of native object.Merger Singleton utility to merge java script object in the another one and provide the service to get the chart options with all defaults.NativeArrayContainer Base class for all classes which are wrapping a native java script array.NativeArrayContainerFactory Interface to be implemented to load elements from an array of native array.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object.NodeUpdateListener Interface to listen when anAbstractNode
instance has been changed.ObjectType Enumerates all java script types.
The latest ECMAScript standard defines seven data types:
Six data types that are primitives:
Boolean Function Undefined Number String Symbol
and other 2 objects types:
Object Array
See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeofPropertyKey Represents the key of property of a java-script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.configuration Class Description Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.PropertyKey Represents the key of property of a java-script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.controllers Class Description Key Represents the property key of a JavaScript object.
Used for enum.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.data Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.ArrayDouble Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values.ArrayInteger Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values.ArrayString Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.Key Represents the property key of a JavaScript object.
Used for enum.NativeArrayContainer Base class for all classes which are wrapping a native java script array.NativeArrayContainerFactory Interface to be implemented to load elements from an array of native array.NativeArrayDoubleContainer Extends the base class of an array container where the wrapped array is an array of doubles.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object.ObjectType Enumerates all java script types.
The latest ECMAScript standard defines seven data types:
Six data types that are primitives:
Boolean Function Undefined Number String Symbol
and other 2 objects types:
Object Array
See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.datalabels Class Description AbstractBaseBuilder base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.IsBuilder Represents an options builder.
Needed to check the consistency of builder after build.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.PropertyKey Represents the key of property of a java-script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.datalabels.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.dom Class Description CallbackProxy.Proxy It's a java script function which maps the functionproxy
implemented in the additional java script source.IsJSType Empty interface to define native object as native in order to useReflect
to set and get objects inNativeObject
. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.dom.elements Class Description ArrayInteger Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values.IsJSType Empty interface to define native object as native in order to useReflect
to set and get objects inNativeObject
. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.dom.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.dom.events Class Description IsJSType Empty interface to define native object as native in order to useReflect
to set and get objects inNativeObject
.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum.KeyFactory Interface to be implemented to load keys from an array of native object.NativeObjectContainer Base class for all classes which are wrapping a native java script object.PropertyKey Represents the key of property of a java-script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.events Class Description IsPoint This interface is defining an object which represents a point, with x and y coordinates.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.geo Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractPoint This object is wrapping the native java script object to map a point.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.IsPoint This interface is defining an object which represents a point, with x and y coordinates.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object.ObjectType Enumerates all java script types.
The latest ECMAScript standard defines seven data types:
Six data types that are primitives:
Boolean Function Undefined Number String Symbol
and other 2 objects types:
Object Array
See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.geo.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.gradient Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.gwt.widgets Class Description IsPoint This interface is defining an object which represents a point, with x and y coordinates.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.impl.charts Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.impl.plugins Class Description AbstractBaseBuilder base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.IsBuilder Represents an options builder.
Needed to check the consistency of builder after build.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.impl.plugins.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.intl Class Description Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.intl.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.items Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.IsPoint This interface is defining an object which represents a point, with x and y coordinates.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object.ObjectType Enumerates all java script types.
The latest ECMAScript standard defines seven data types:
Six data types that are primitives:
Boolean Function Undefined Number String Symbol
and other 2 objects types:
Object Array
See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeofPropertyHandler Base object to to manage common properties in the options or configuration.
To reduce the duplication of code, this calls helps to manage the same property or properties on different objects, without extending them. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.labels Class Description AbstractBaseBuilder base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.IsBuilder Represents an options builder.
Needed to check the consistency of builder after build.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.PropertyKey Represents the key of property of a java-script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.labels.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.matrix Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.IsPoint This interface is defining an object which represents a point, with x and y coordinates.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.matrix.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.ml Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.options Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.CallbackProxy.Proxy It's a java script function which maps the functionproxy
implemented in the additional java script source.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object.NodeUpdateListener Interface to listen when anAbstractNode
instance has been changed.PropertyHandler Base object to to manage common properties in the options or configuration.
To reduce the duplication of code, this calls helps to manage the same property or properties on different objects, without extending them.PropertyKey Represents the key of property of a java-script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.plugins Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.BaseEnvelop This object is a container of hidden object.Envelop This is the interface to map the envelop.
It adds helpful methods to check the envelop.ImmutableEnvelop This object is a container of hidden object which can set by constructor and immutable afterwards.IsJSType Empty interface to define native object as native in order to useReflect
to set and get objects inNativeObject
.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.positioner Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractPoint This object is wrapping the native java script object to map a point.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.IsPoint This interface is defining an object which represents a point, with x and y coordinates.Key Represents the property key of a JavaScript object.
Used for enum.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.resources Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.sankey Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.IsPoint This interface is defining an object which represents a point, with x and y coordinates.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.sankey.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.treemap Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.HasCallbackScope Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.IsPoint This interface is defining an object which represents a point, with x and y coordinates.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.treemap.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.utils Class Description Array Array object which maps the java script object.IsJSType Empty interface to define native object as native in order to useReflect
to set and get objects inNativeObject
.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object.NativeObjectContainerFactory Interface to be implemented to load elements from an array of native object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.utils.toast Class Description AbstractBaseBuilder base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.IsBuilder Represents an options builder.
Needed to check the consistency of builder after build.Key Represents the property key of a JavaScript object.
Used for enum.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.utils.toast.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.zoom Class Description AbstractNode Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.AbstractPoint This object is wrapping the native java script object to map a point.AbstractReadOnlyPoint This object is wrapping the native java script object to map a point, in READ-ONLY mode.IsPoint This interface is defining an object which represents a point, with x and y coordinates.Key Represents the property key of a JavaScript object.
Used for enum.NativeObject Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.NativeObjectContainer Base class for all classes which are wrapping a native java script object. -
Classes in org.pepstock.charba.client.commons used by org.pepstock.charba.client.zoom.enums Class Description Key Represents the property key of a JavaScript object.
Used for enum.