Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultEventHandler
-
Packages that use IsDefaultEventHandler Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.gradient Contains all classes to activate theGradientPlugin.IDplugin (AKAchartjs-plugin-gradient.js) for CHART.js.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.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.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS.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.zoom Contains all classes to activate theZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. -
-
Uses of IsDefaultEventHandler in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement IsDefaultEventHandler Modifier and Type Class Description classChartOptionsThis object is mapping the default options related to the chart type.classGlobalOptionsDefault global options (maps the java script object chart.defaults.global). -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.annotation
Classes in org.pepstock.charba.client.annotation that implement IsDefaultEventHandler Modifier and Type Class Description classAnnotationOptionsThis is theAnnotationPlugin.IDplugin options where to set all configuration items needed to the plugin. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.datalabels
Classes in org.pepstock.charba.client.datalabels that implement IsDefaultEventHandler Modifier and Type Class Description classDataLabelsOptionsThis is theDataLabelsPlugin.IDplugin options where to set all the configuration needed to the plugin.
The options could be set by simply the value or by setting a callback.
TheDataLabelsPlugin.IDplugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts.classLabelItemThis is the base forDataLabelsPlugin.IDplugin options where to set all the configuration needed to the a label.
The options could be set by simply the value or by setting a callback. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultEventHandler in org.pepstock.charba.client.defaults Modifier and Type Interface Description interfaceIsDefaultLegendInterface to define legends object defaults.interfaceIsDefaultOptionsInterface to define options defaults.
THIS IS THE ROOT OF ALL INTERFACE DEFAULTS.interfaceIsDefaultScaledOptionsInterface to define options defaults.interfaceIsDefaultTooltipsInterface to define tooltips object defaults. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultEventHandler Modifier and Type Class Description classDefaultChartLegendDefaults for legend option element, based on chart type.classDefaultChartOptionsDefaults for options element, based on chart type.classDefaultChartTooltipsDefaults for tooltips option element, based on chart type.classDefaultGlobalOptionsDefaults for options element, using the defualt global options.
THIS IS THE ROOT OF ALL ELEMENTS DEFAULTS. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultEventHandler Modifier and Type Class Description classAbstractDefaultOptionsAbstract CHART.JS default values for OPTIONS element with all inner elements.classDefaultLegendCHART.JS default values for LEGEND element.classDefaultOptionsCHART.JS default values for OPTIONS element.classDefaultScaledOptionsCHART.JS default values for OPTIONS element for scaled charts.classDefaultTooltipsCHART.JS default values for TOOLTIPS element. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.gradient
Classes in org.pepstock.charba.client.gradient that implement IsDefaultEventHandler Modifier and Type Class Description classGradientOptionsThis is theGradientPlugin.IDplugin options where to set all configuration items needed to the plugin. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.impl.plugins
Classes in org.pepstock.charba.client.impl.plugins that implement IsDefaultEventHandler Modifier and Type Class Description classChartBackgroundColorOptionsConfiguration options ofChartBackgroundColor.IDplugin.classChartPointerOptionsConfiguration options ofChartPointer.IDplugin.
It manages the cursor to adopt when the cursor is over the dataset item and when not.classColorSchemesOptionsThis is the object to map theColorSchemes.IDplugin options, both at chart and global level.classCrosshairOptionsConfiguration options ofCrosshair.IDplugin.
It manages the drawing the horizontal and vertical crosshair on the chart.classDatasetsItemsSelectorOptionsConfiguration options ofDatasetsItemsSelector.IDplugin.
It is managing:
the X axis ID the selection color the border color the border width the border dash the border dash offset flag to fire event on update flag to activate clean selection byKeyboardUiKey.ESCAPE"clear" optionsclassHtmlLegendOptionsConfiguration options ofHtmlLegend.IDplugin.
This is mapping the configuration both default global and per chart instance. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement IsDefaultEventHandler Modifier and Type Class Description classOptionsNodeWrapper of options node of CHART.JS. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.labels
Classes in org.pepstock.charba.client.labels that implement IsDefaultEventHandler Modifier and Type Class Description classLabelsOptionsThis is the object to map theLabelsPlugin.IDplugin options, both at chart and global level. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.options
Subinterfaces of IsDefaultEventHandler in org.pepstock.charba.client.options Modifier and Type Interface Description interfaceHasEventsDefines a configuration element which is managing the EVENTS property.Classes in org.pepstock.charba.client.options that implement IsDefaultEventHandler Modifier and Type Class Description classExtendedOptionsOptions used internally inside the chart configuration.
This is the root element of configuration.
Extends the normal options (with scales) with all methods to add callbacks and events.
It provides also the method to set the CHARBA id when new chart is created.classLegendThe chart legend displays data about the datasets that area appearing on the chart.classOptionsBase object which maps chart options.classScaledOptionsBase object which maps chart options, with scales elements to set axes configurations.classTooltipsConfiguration element to set all attributes and features of the default tooltip.Constructors in org.pepstock.charba.client.options with parameters of type IsDefaultEventHandler Constructor Description EventsOptionHandler(AbstractNode parent, IsDefaultEventHandler defaultValues, PluginsEnvelop<NativeObject> envelop)Creates a native object where one or more properties must be managed, cross classes and package. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.plugins
Classes in org.pepstock.charba.client.plugins that implement IsDefaultEventHandler Modifier and Type Class Description classAbstractPluginOptionsAbstract plugin options where to set all the configuration needed to the plugin. -
Uses of IsDefaultEventHandler in org.pepstock.charba.client.zoom
Classes in org.pepstock.charba.client.zoom that implement IsDefaultEventHandler Modifier and Type Class Description classZoomOptionsThis is theZoomPlugin.IDplugin options where to set all the configuration needed to the plugin.
-