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.scales
Fields in software.xdev.chartjs.model.options.scales declared as JavaScriptFunctionModifier and TypeFieldDescriptionprotected JavaScriptFunction
Scale.afterBuildTicks
protected JavaScriptFunction
protected JavaScriptFunction
Scale.afterDataLimits
protected JavaScriptFunction
Scale.afterFit
protected JavaScriptFunction
Scale.afterSetDimensions
protected JavaScriptFunction
protected JavaScriptFunction
Scale.afterUpdate
protected JavaScriptFunction
Scale.beforeBuildTicks
protected JavaScriptFunction
protected JavaScriptFunction
Scale.beforeDataLimits
protected JavaScriptFunction
Scale.beforeFit
protected JavaScriptFunction
Scale.beforeSetDimensions
protected JavaScriptFunction
protected JavaScriptFunction
Scale.beforeUpdate
protected JavaScriptFunction
PointLabels.callback
Methods in software.xdev.chartjs.model.options.scales that return JavaScriptFunctionModifier and TypeMethodDescriptionScale.getAfterBuildTicks()
Scale.getAfterCalculateTickRotation()
Scale.getAfterDataLimits()
Scale.getAfterFit()
Scale.getAfterSetDimensions()
Scale.getAfterTickToLabelConversion()
Scale.getAfterUpdate()
Scale.getBeforeBuildTicks()
Scale.getBeforeCalculateTickRotation()
Scale.getBeforeDataLimits()
Scale.getBeforeFit()
Scale.getBeforeSetDimensions()
Scale.getBeforeTickToLabelConversion()
Scale.getBeforeUpdate()
PointLabels.getCallback()
Methods in software.xdev.chartjs.model.options.scales with parameters of type JavaScriptFunctionModifier and TypeMethodDescriptionScale.setAfterBuildTicks
(JavaScriptFunction afterBuildTicks) Callback that runs after ticks are created.Scale.setAfterCalculateTickRotation
(JavaScriptFunction afterCalculateTickRotation) Callback that runs after tick rotation is determined.Scale.setAfterDataLimits
(JavaScriptFunction afterDataLimits) Callback that runs after data limits are determined.Scale.setAfterFit
(JavaScriptFunction afterFit) Callback that runs after the scale fits to the canvas.Scale.setAfterSetDimensions
(JavaScriptFunction afterSetDimensions) Callback that runs after dimensions are set.Scale.setAfterTickToLabelConversion
(JavaScriptFunction afterTickToLabelConversion) Callback that runs after ticks are converted into strings.Scale.setAfterUpdate
(JavaScriptFunction afterUpdate) Callback that runs at the end of the update process.Scale.setBeforeBuildTicks
(JavaScriptFunction beforeBuildTicks) Callback that runs before ticks are created.Scale.setBeforeCalculateTickRotation
(JavaScriptFunction beforeCalculateTickRotation) Callback that runs before tick rotation is determined.Scale.setBeforeDataLimits
(JavaScriptFunction beforeDataLimits) Callback that runs before data limits are determined.Scale.setBeforeFit
(JavaScriptFunction beforeFit) Callback that runs before the scale fits to the canvas.Scale.setBeforeSetDimensions
(JavaScriptFunction beforeSetDimensions) Callback that runs before dimensions are set.Scale.setBeforeTickToLabelConversion
(JavaScriptFunction beforeTickToLabelConversion) Callback that runs before ticks are converted into strings.Scale.setBeforeUpdate
(JavaScriptFunction beforeUpdate) Callback called before the update process starts.PointLabels.setCallback
(JavaScriptFunction callback) Callback function to transform data label to axis label -
Uses of JavaScriptFunction in software.xdev.chartjs.model.options.ticks
Fields in software.xdev.chartjs.model.options.ticks declared as JavaScriptFunctionMethods in software.xdev.chartjs.model.options.ticks that return JavaScriptFunctionMethods in software.xdev.chartjs.model.options.ticks with parameters of type JavaScriptFunctionModifier and TypeMethodDescriptionTicks.setCallback
(JavaScriptFunction callback) Returns the string representation of the tick value as it should be displayed on the chart.