Uses of Class
com.vaadin.flow.component.charts.model.TreeSeriesItem
Packages that use TreeSeriesItem
-
Uses of TreeSeriesItem in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return types with arguments of type TreeSeriesItemModifier and TypeMethodDescriptionTreeSeries.getData()Return an unmodifiable copy of the items in this series.Methods in com.vaadin.flow.component.charts.model with parameters of type TreeSeriesItemModifier and TypeMethodDescriptionvoidTreeSeries.add(TreeSeriesItem item) Add given item to the seriesvoidTreeSeries.addAll(TreeSeriesItem... items) Add all the given items to the seriesvoidTreeSeriesItem.setParent(TreeSeriesItem parent) Set the parent of this node.Method parameters in com.vaadin.flow.component.charts.model with type arguments of type TreeSeriesItemModifier and TypeMethodDescriptionvoidTreeSeries.setData(Collection<TreeSeriesItem> data) Set the list ofTreeSeriesItemin this series.Constructors in com.vaadin.flow.component.charts.model with parameters of type TreeSeriesItemConstructor parameters in com.vaadin.flow.component.charts.model with type arguments of type TreeSeriesItemModifierConstructorDescriptionTreeSeries(String name, Collection<TreeSeriesItem> data) Constructs a TreeSeries with the given name and data