Uses of Class
com.vaadin.flow.component.charts.model.Breadcrumbs
Packages that use Breadcrumbs
-
Uses of Breadcrumbs in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return BreadcrumbsModifier and TypeMethodDescriptionDrilldown.getBreadcrumbs()Returns the breadcrumbs navigation options for drilldown levels.PlotOptionsTreemap.getBreadcrumbs()Methods in com.vaadin.flow.component.charts.model with parameters of type BreadcrumbsModifier and TypeMethodDescriptionvoidDrilldown.setBreadcrumbs(Breadcrumbs breadcrumbs) Options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.voidPlotOptionsTreemap.setBreadcrumbs(Breadcrumbs breadcrumbs) Options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.