Uses of Class
software.xdev.chartjs.model.javascript.JavaScriptFunction
Packages that use JavaScriptFunction
Package
Description
-
Uses of JavaScriptFunction in software.xdev.chartjs.model.javascript
Methods in software.xdev.chartjs.model.javascript with parameters of type JavaScriptFunctionModifier and TypeMethodDescriptionvoid
JavaScriptFunction.Serializer.serialize
(JavaScriptFunction value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of JavaScriptFunction in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as JavaScriptFunctionModifier and TypeFieldDescriptionprotected JavaScriptFunction
Callbacks.afterBody
protected JavaScriptFunction
Callbacks.afterFooter
protected JavaScriptFunction
Callbacks.afterLabel
protected JavaScriptFunction
Callbacks.afterTitle
protected JavaScriptFunction
Callbacks.beforeBody
protected JavaScriptFunction
Callbacks.beforeFooter
protected JavaScriptFunction
Callbacks.beforeLabel
protected JavaScriptFunction
Callbacks.beforeTitle
protected JavaScriptFunction
Tooltip.external
protected JavaScriptFunction
Callbacks.footer
protected JavaScriptFunction
LegendLabels.generateLabels
protected JavaScriptFunction
Tooltip.itemSort
protected JavaScriptFunction
Callbacks.label
protected JavaScriptFunction
Callbacks.labelColor
protected JavaScriptFunction
Callbacks.labelTextColor
protected JavaScriptFunction
Options.legendCallback
protected JavaScriptFunction
Legend.onClick
protected JavaScriptFunction
Options.onClick
protected JavaScriptFunction
Hover.onHover
protected JavaScriptFunction
Legend.onHover
protected JavaScriptFunction
Legend.onLeave
protected JavaScriptFunction
Options.onResize
protected JavaScriptFunction
Callbacks.title
Methods in software.xdev.chartjs.model.options that return JavaScriptFunctionModifier and TypeMethodDescriptionCallbacks.getAfterBody()
Callbacks.getAfterFooter()
Callbacks.getAfterLabel()
Callbacks.getAfterTitle()
Callbacks.getBeforeBody()
Callbacks.getBeforeFooter()
Callbacks.getBeforeLabel()
Callbacks.getBeforeTitle()
Tooltip.getExternal()
Callbacks.getFooter()
LegendLabels.getGenerateLabels()
Tooltip.getItemSort()
Callbacks.getLabel()
Callbacks.getLabelColor()
Callbacks.getLabelTextColor()
Options.getLegendCallback()
Legend.getOnClick()
Options.getOnClick()
Hover.getOnHover()
Legend.getOnHover()
Legend.getOnLeave()
Options.getOnResize()
Callbacks.getTitle()
Methods in software.xdev.chartjs.model.options with parameters of type JavaScriptFunctionModifier and TypeMethodDescriptionCallbacks.setAfterBody
(JavaScriptFunction afterBody) Returns text to render after the body section.Callbacks.setAfterFooter
(JavaScriptFunction afterFooter) Text to render after the footer section.Callbacks.setAfterLabel
(JavaScriptFunction afterLabel) Returns text to render after an individual label.Callbacks.setAfterTitle
(JavaScriptFunction afterTitle) Returns text to render after the title.Callbacks.setBeforeBody
(JavaScriptFunction beforeBody) Returns text to render before the body section.Callbacks.setBeforeFooter
(JavaScriptFunction beforeFooter) Returns text to render before the footer section.Callbacks.setBeforeLabel
(JavaScriptFunction beforeLabel) Returns text to render before an individual label.Callbacks.setBeforeTitle
(JavaScriptFunction beforeTitle) Returns the text to render before the title.Tooltip.setExternal
(JavaScriptFunction external) See section belowCallbacks.setFooter
(JavaScriptFunction footer) Returns text to render as the footer of the tooltip.LegendLabels.setGenerateLabels
(JavaScriptFunction generateLabels) Generates legend items for each thing in the legend.Tooltip.setItemSort
(JavaScriptFunction itemSort) Allows sorting of tooltip items.Callbacks.setLabel
(JavaScriptFunction label) Returns text to render for an individual item in the tooltip.Callbacks.setLabelColor
(JavaScriptFunction labelColor) Returns the colors to render for the tooltip item.Callbacks.setLabelTextColor
(JavaScriptFunction labelTextColor) Returns the colors for the text of the label for the tooltip item.Options.setLegendCallback
(JavaScriptFunction legendCallback) Defaultfunction (chart) { }
Function to generate a legend.Legend.setOnClick
(JavaScriptFunction onClick) A callback that is called when a click is registered on top of a label itemOptions.setOnClick
(JavaScriptFunction onClick) Defaultnull
Called if the event is of type 'mouseup' or 'click'.Hover.setOnHover
(JavaScriptFunction onHover) Defaultnull
Legend.setOnHover
(JavaScriptFunction onHover) A callback that is called when a 'mousemove' event is registered on top of a label itemLegend.setOnLeave
(JavaScriptFunction onLeave) A callback that is called when a 'mousemove' event is registered outside of a previously hovered label itemOptions.setOnResize
(JavaScriptFunction onResize) Defaultnull
Called when a resize occurs.Callbacks.setTitle
(JavaScriptFunction title) Returns text to render as the title of the tooltip. -
Uses of JavaScriptFunction in software.xdev.chartjs.model.options.animation
Fields in software.xdev.chartjs.model.options.animation declared as JavaScriptFunctionModifier and TypeFieldDescriptionprotected JavaScriptFunction
Animation.onComplete
protected JavaScriptFunction
Animation.onProgress
Methods in software.xdev.chartjs.model.options.animation that return JavaScriptFunctionMethods in software.xdev.chartjs.model.options.animation with parameters of type JavaScriptFunctionModifier and TypeMethodDescriptionAnimation.setOnComplete
(JavaScriptFunction onComplete) Defaultnone
Animation.setOnProgress
(JavaScriptFunction onProgress) Defaultnone
-
Uses of JavaScriptFunction in software.xdev.chartjs.model.options.scale
Fields in software.xdev.chartjs.model.options.scale declared as JavaScriptFunctionModifier and TypeFieldDescriptionprotected JavaScriptFunction
AbstractCoreScaleOptions.afterBuildTicks
protected JavaScriptFunction
AbstractCoreScaleOptions.afterCalculateLabelRotation
protected JavaScriptFunction
AbstractCoreScaleOptions.afterDataLimits
protected JavaScriptFunction
AbstractCoreScaleOptions.afterFit
protected JavaScriptFunction
AbstractCoreScaleOptions.afterSetDimensions
protected JavaScriptFunction
AbstractCoreScaleOptions.afterTickToLabelConversion
protected JavaScriptFunction
AbstractCoreScaleOptions.afterUpdate
protected JavaScriptFunction
AbstractCoreScaleOptions.beforeBuildTicks
protected JavaScriptFunction
AbstractCoreScaleOptions.beforeCalculateLabelRotation
protected JavaScriptFunction
AbstractCoreScaleOptions.beforeDataLimits
protected JavaScriptFunction
AbstractCoreScaleOptions.beforeFit
protected JavaScriptFunction
AbstractCoreScaleOptions.beforeSetDimensions
protected JavaScriptFunction
AbstractCoreScaleOptions.beforeTickToLabelConversion
protected JavaScriptFunction
AbstractCoreScaleOptions.beforeUpdate
protected JavaScriptFunction
AbstractTickOptions.callback
Methods in software.xdev.chartjs.model.options.scale that return JavaScriptFunctionModifier and TypeMethodDescriptionAbstractCoreScaleOptions.getAfterBuildTicks()
AbstractCoreScaleOptions.getAfterCalculateLabelRotation()
AbstractCoreScaleOptions.getAfterDataLimits()
AbstractCoreScaleOptions.getAfterFit()
AbstractCoreScaleOptions.getAfterSetDimensions()
AbstractCoreScaleOptions.getAfterTickToLabelConversion()
AbstractCoreScaleOptions.getAfterUpdate()
AbstractCoreScaleOptions.getBeforeBuildTicks()
AbstractCoreScaleOptions.getBeforeCalculateLabelRotation()
AbstractCoreScaleOptions.getBeforeDataLimits()
AbstractCoreScaleOptions.getBeforeFit()
AbstractCoreScaleOptions.getBeforeSetDimensions()
AbstractCoreScaleOptions.getBeforeTickToLabelConversion()
AbstractCoreScaleOptions.getBeforeUpdate()
AbstractTickOptions.getCallback()
Methods in software.xdev.chartjs.model.options.scale with parameters of type JavaScriptFunctionModifier and TypeMethodDescriptionAbstractCoreScaleOptions.setAfterBuildTicks
(JavaScriptFunction afterBuildTicks) AbstractCoreScaleOptions.setAfterCalculateLabelRotation
(JavaScriptFunction afterCalculateLabelRotation) AbstractCoreScaleOptions.setAfterDataLimits
(JavaScriptFunction afterDataLimits) AbstractCoreScaleOptions.setAfterFit
(JavaScriptFunction afterFit) AbstractCoreScaleOptions.setAfterSetDimensions
(JavaScriptFunction afterSetDimensions) AbstractCoreScaleOptions.setAfterTickToLabelConversion
(JavaScriptFunction afterTickToLabelConversion) AbstractCoreScaleOptions.setAfterUpdate
(JavaScriptFunction afterUpdate) AbstractCoreScaleOptions.setBeforeBuildTicks
(JavaScriptFunction beforeBuildTicks) AbstractCoreScaleOptions.setBeforeCalculateLabelRotation
(JavaScriptFunction beforeCalculateLabelRotation) AbstractCoreScaleOptions.setBeforeDataLimits
(JavaScriptFunction beforeDataLimits) AbstractCoreScaleOptions.setBeforeFit
(JavaScriptFunction beforeFit) AbstractCoreScaleOptions.setBeforeSetDimensions
(JavaScriptFunction beforeSetDimensions) AbstractCoreScaleOptions.setBeforeTickToLabelConversion
(JavaScriptFunction beforeTickToLabelConversion) AbstractCoreScaleOptions.setBeforeUpdate
(JavaScriptFunction beforeUpdate) AbstractTickOptions.setCallback
(JavaScriptFunction callback) -
Uses of JavaScriptFunction in software.xdev.chartjs.model.options.scale.radial
Fields in software.xdev.chartjs.model.options.scale.radial declared as JavaScriptFunctionMethods in software.xdev.chartjs.model.options.scale.radial that return JavaScriptFunctionMethods in software.xdev.chartjs.model.options.scale.radial with parameters of type JavaScriptFunction