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 TypeMethodDescriptionvoidJavaScriptFunction.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 JavaScriptFunctionCallbacks.afterBodyprotected JavaScriptFunctionCallbacks.afterFooterprotected JavaScriptFunctionCallbacks.afterLabelprotected JavaScriptFunctionCallbacks.afterTitleprotected JavaScriptFunctionCallbacks.beforeBodyprotected JavaScriptFunctionCallbacks.beforeFooterprotected JavaScriptFunctionCallbacks.beforeLabelprotected JavaScriptFunctionCallbacks.beforeTitleprotected JavaScriptFunctionTooltip.externalprotected JavaScriptFunctionCallbacks.footerprotected JavaScriptFunctionLegendLabels.generateLabelsprotected JavaScriptFunctionTooltip.itemSortprotected JavaScriptFunctionCallbacks.labelprotected JavaScriptFunctionCallbacks.labelColorprotected JavaScriptFunctionCallbacks.labelTextColorprotected JavaScriptFunctionOptions.legendCallbackprotected JavaScriptFunctionLegend.onClickprotected JavaScriptFunctionOptions.onClickprotected JavaScriptFunctionHover.onHoverprotected JavaScriptFunctionOptions.onResizeprotected JavaScriptFunctionCallbacks.titleMethods 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()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) Defaultfunction(event, legendItem) {}Options.setOnClick(JavaScriptFunction onClick) DefaultnullCalled if the event is of type 'mouseup' or 'click'.Hover.setOnHover(JavaScriptFunction onHover) DefaultnullOptions.setOnResize(JavaScriptFunction onResize) DefaultnullCalled 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 JavaScriptFunctionAnimation.onCompleteprotected JavaScriptFunctionAnimation.onProgressMethods 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) DefaultnoneAnimation.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 JavaScriptFunctionScale.afterBuildTicksprotected JavaScriptFunctionprotected JavaScriptFunctionScale.afterDataLimitsprotected JavaScriptFunctionScale.afterFitprotected JavaScriptFunctionScale.afterSetDimensionsprotected JavaScriptFunctionprotected JavaScriptFunctionScale.afterUpdateprotected JavaScriptFunctionScale.beforeBuildTicksprotected JavaScriptFunctionprotected JavaScriptFunctionScale.beforeDataLimitsprotected JavaScriptFunctionScale.beforeFitprotected JavaScriptFunctionScale.beforeSetDimensionsprotected JavaScriptFunctionprotected JavaScriptFunctionScale.beforeUpdateprotected JavaScriptFunctionPointLabels.callbackMethods 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.