Interface HasCallbackScope
-
- All Known Implementing Classes:
Animation
,AnimationCollection
,AnimationContainer
,AnimationTransition
,BarDataset
,BubbleDataset
,BubbleMapDataset
,ChartOptions
,ChoroplethDataset
,Dataset
,DoughnutDataset
,ExtendedOptions
,GaugeDataset
,GlobalOptions
,HorizontalBarDataset
,HoverDataset
,HoverFlexDataset
,LineDataset
,LiningDataset
,MatrixDataset
,MeterDataset
,Options
,OptionsNode
,PieDataset
,PolarAreaDataset
,RadarDataset
,SankeyDataset
,ScaledOptions
,ScatterDataset
,StackedAreaDataset
,StackedBarDataset
,StackedHorizontalBarDataset
,TimeSeriesBarDataset
,TimeSeriesHorizontalBarDataset
,TimeSeriesLineDataset
,Transitions
,TreeMapDataset
,TypedDataset
,VerticalLineDataset
public interface HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static String
extractScope(AbstractNode node)
Extracts the scope tag from the root of the node in the options.String
getScope()
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
-
-
-
Method Detail
-
extractScope
static String extractScope(AbstractNode node)
Extracts the scope tag from the root of the node in the options.- Parameters:
node
- the starting node for searching- Returns:
- the scope of the options
-
getScope
String getScope()
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.- Returns:
- the scope of the options
-
-