Uses of Class
org.zkoss.chart.Breadcrumbs
-
Packages that use Breadcrumbs Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of Breadcrumbs in org.zkoss.chart
Methods in org.zkoss.chart that return Breadcrumbs Modifier and Type Method Description Breadcrumbs
Drilldown. getBreadcrumbs()
Returns options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.Breadcrumbs
Series. getBreadcrumbs()
Returns the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.Methods in org.zkoss.chart with parameters of type Breadcrumbs Modifier and Type Method Description void
Drilldown. setBreadcrumbs(Breadcrumbs breadcrumbs)
Sets options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.void
Series. setBreadcrumbs(Breadcrumbs breadcrumbs)
Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels. -
Uses of Breadcrumbs in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return Breadcrumbs Modifier and Type Method Description Breadcrumbs
SunburstPlotOptions. getBreadcrumbs()
Returns the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.Breadcrumbs
TreemapPlotOptions. getBreadcrumbs()
Returns the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.Methods in org.zkoss.chart.plotOptions with parameters of type Breadcrumbs Modifier and Type Method Description void
SunburstPlotOptions. setBreadcrumbs(Breadcrumbs breadcrumbs)
Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.void
TreemapPlotOptions. setBreadcrumbs(Breadcrumbs breadcrumbs)
Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
-