Uses of Class
com.vaadin.flow.component.charts.model.TreeSeriesItem
-
Packages that use TreeSeriesItem Package Description com.vaadin.flow.component.charts.model -
-
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 TreeSeriesItem Modifier and Type Method Description Collection<TreeSeriesItem>TreeSeries. getData()Return an unmodifiable copy of the items in this series.Methods in com.vaadin.flow.component.charts.model with parameters of type TreeSeriesItem Modifier and Type Method Description voidTreeSeries. 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 TreeSeriesItem Modifier and Type Method Description voidTreeSeries. setData(Collection<TreeSeriesItem> data)Set the list ofTreeSeriesItemin this series.Constructors in com.vaadin.flow.component.charts.model with parameters of type TreeSeriesItem Constructor Description TreeSeriesItem(String name, TreeSeriesItem parent, int value)Constructor parameters in com.vaadin.flow.component.charts.model with type arguments of type TreeSeriesItem Constructor Description TreeSeries(String name, Collection<TreeSeriesItem> data)Constructs a TreeSeries with the given name and data
-