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 BreadcrumbsDrilldown. getBreadcrumbs()Returns options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.BreadcrumbsSeries. 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 voidDrilldown. setBreadcrumbs(Breadcrumbs breadcrumbs)Sets options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.voidSeries. 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 BreadcrumbsSunburstPlotOptions. getBreadcrumbs()Returns the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.BreadcrumbsTreemapPlotOptions. 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 voidSunburstPlotOptions. setBreadcrumbs(Breadcrumbs breadcrumbs)Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.voidTreemapPlotOptions. setBreadcrumbs(Breadcrumbs breadcrumbs)Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
-