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 JavaScriptFunctionLegend.onHoverprotected JavaScriptFunctionLegend.onLeaveprotected 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()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) DefaultnullCalled if the event is of type 'mouseup' or 'click'.Hover.setOnHover(JavaScriptFunction onHover) DefaultnullLegend.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) 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.scale
Fields in software.xdev.chartjs.model.options.scale declared as JavaScriptFunctionModifier and TypeFieldDescriptionprotected JavaScriptFunctionAbstractCoreScaleOptions.afterBuildTicksprotected JavaScriptFunctionAbstractCoreScaleOptions.afterCalculateLabelRotationprotected JavaScriptFunctionAbstractCoreScaleOptions.afterDataLimitsprotected JavaScriptFunctionAbstractCoreScaleOptions.afterFitprotected JavaScriptFunctionAbstractCoreScaleOptions.afterSetDimensionsprotected JavaScriptFunctionAbstractCoreScaleOptions.afterTickToLabelConversionprotected JavaScriptFunctionAbstractCoreScaleOptions.afterUpdateprotected JavaScriptFunctionAbstractCoreScaleOptions.beforeBuildTicksprotected JavaScriptFunctionAbstractCoreScaleOptions.beforeCalculateLabelRotationprotected JavaScriptFunctionAbstractCoreScaleOptions.beforeDataLimitsprotected JavaScriptFunctionAbstractCoreScaleOptions.beforeFitprotected JavaScriptFunctionAbstractCoreScaleOptions.beforeSetDimensionsprotected JavaScriptFunctionAbstractCoreScaleOptions.beforeTickToLabelConversionprotected JavaScriptFunctionAbstractCoreScaleOptions.beforeUpdateprotected JavaScriptFunctionAbstractTickOptions.callbackMethods 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