Package org.zkoss.chart
Interface OptionDataListener
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Accessibility
,AccessibilityPoint
,AccessibilitySeries
,ActiveWhen
,Animation
,Annotation
,Annotation.Point
,AnnotationLabel
,AnnotationLabelAccessibility
,AnnotationLabelOptions
,AnnotationShape
,AnnotationShapeOptions
,AnnounceNewData
,ArcDiagramPlotOptions
,AreaPlotOptions
,AreaRangePlotOptions
,AreaSplinePlotOptions
,AreaSplineRangePlotOptions
,Axis
,AxisAccessibility
,AxisLabels
,AxisTitle
,BackPanel
,BarDataLabels
,BarPlotOptions
,BellCurvePlotOptions
,BottomPanel
,BoxPlotOptions
,Breadcrumbs
,Break
,BubbleLegend
,BubbleLegend.Labels
,BubbleLegend.Range
,BubblePlotOptions
,BulletPlotOptions
,Caption
,Chart
,Cluster
,ClusterLayoutAlgorithm
,CollapseButton
,Color
,ColorAxis
,ColorVariation
,ColumnPlotOptions
,ColumnPyramidPlotOptions
,ColumnRangePlotOptions
,ConnectorOptions
,ContextTracks
,Credits
,Crosshair
,CylinderPlotOptions
,Data
,DataClass
,DataLabels
,DataLabelsFilter
,DataLabelsTextPath
,DataSorting
,DateTimeLabelFormats
,DefaultInstrumentOptions
,DefaultSpeechOptions
,DependencyWheelPlotOptions
,Depth
,DragDrop
,DragDrop.DragHandle
,DragDrop.GuideBox
,Drilldown
,DrillUpButton
,DumbbellPlotOptions
,ErrorBarPlotOptions
,Exporting
,ExportingAccessibility
,ExportingButton
,FocusBorder
,Frame3D
,Frequency
,Funnel3DPlotOptions
,FunnelDataLabels
,FunnelPlotOptions
,GapBetweenNotes
,GaugeDialPlotOptions
,GaugePivotPlotOptions
,GaugePlotOptions
,Global
,GlobalContextTrack
,GlobalTrack
,Halo
,HaloAttributes
,HeatmapPlotOptions
,Highpass
,HistogramPlotOptions
,ItemPlotOptions
,Jitter
,KeyboardNavigation
,Labels
,LabelsItem
,Lang
,LangAccessibility
,LangAnnounceNewData
,LangAxis
,LangChartTypes
,LangExporting
,LangLegend
,LangRangeSelector
,LangScreenReaderSection
,LangScreenReaderSectionAnnotations
,LangSeries
,LangSeriesSummary
,LangSeriesTypeDescriptions
,LangSonification
,LangTable
,LangZoom
,Legend
,LegendAccessibility
,LegendKeyboardNavigation
,LegendNavigation
,LegendTitle
,Level
,LevelSize
,LinearGradient
,LinePlotOptions
,Loading
,LollipopPlotOptions
,LowMarker
,Lowpass
,Mapping
,Marker
,MenuItem
,Navigation
,NavigationButton
,NetworkGraphDataLabels
,NetworkGraphLayoutAlgorithm
,NetworkGraphLink
,NetworkGraphPlotOptions
,NoData
,Node
,NoteDuration
,OnPoint
,Optionable
,Options
,Options3D
,OrganizationDataLabels
,OrganizationPlotOptions
,PackedBubbleDataLabels
,PackedBubbleLayoutAlgorithm
,PackedBubbleParentNode
,PackedBubbleParentNodeOptions
,PackedBubblePlotOptions
,Pan
,Pane
,PaneBackground
,Panel3D
,ParallelAxes
,ParetoPlotOptions
,Path
,PDFFont
,PictorialPlotOptions
,PieDataLabels
,PiePlotOptions
,Pitch
,PlayDelay
,PlotBand
,PlotData
,PlotLabel
,PlotLine
,PlotOptions
,PlotShadow
,Point
,Point.ArrayPoint
,PointAccessibility
,PointGrouping
,PolygonPlotOptions
,Position
,Pyramid3DPlotOptions
,PyramidPlotOptions
,RadialGradient
,RangeDataLabels
,Rate
,ResetZoomButton
,Resonance
,Responsive
,Responsive.Condition
,Responsive.Rule
,SankeyDataLabels
,SankeyPlotOptions
,Scatter3DPlotOptions
,ScatterPlotOptions
,ScreenReaderSection
,ScrollablePlotArea
,Separator
,Series
,SeriesAccessibility
,SeriesKeyboardNavigation
,SeriesLabel
,SeriesNavigation
,SeriesPlotOptions
,SeriesSonification
,Shadow
,SidePanel
,SolidGaugePlotOptions
,Sonification
,Speed
,SplinePlotOptions
,StackLabels
,StackShadow
,State
,States
,StreamGraphPlotOptions
,Subtitle
,SunburstDataLabels
,SunburstPlotOptions
,TargetOptions
,TilemapPlotOptions
,Time
,TimelinePlotOptions
,Title
,Tooltip
,TooltipPlotOptions
,Track
,TraverseUpButton
,TreeGraphLink
,TreegraphPlotOptions
,TreemapPlotOptions
,Tremolo
,VariablePiePlotOptions
,VariwidePlotOptions
,VectorPlotOptions
,VennPlotOptions
,Volume
,WaterfallPlotOptions
,WindBarbDataGrouping
,WindBarbPlotOptions
,WordCloudPlotOptions
,WordCloudRotation
,XAxis
,XRangePartialFill
,XRangePlotOptions
,YAxis
,YAxisLabels
,YAxisTitle
,ZAxis
,Zone
public interface OptionDataListener extends Serializable
Defines the methods used in listener when the content ofOptionable
is changed.- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onChange(OptionDataEvent event)
Sent when the contents of the chart option has changed.
-
-
-
Method Detail
-
onChange
void onChange(OptionDataEvent event)
Sent when the contents of the chart option has changed.- Parameters:
event
-
-
-