Class BarChart
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.widget.WidgetComponent
-
- net.n2oapp.framework.api.metadata.meta.widget.chart.ChartWidgetComponent
-
- net.n2oapp.framework.api.metadata.meta.widget.chart.StandardChartWidgetComponent<BarChartItem>
-
- net.n2oapp.framework.api.metadata.meta.widget.chart.BarChart
-
- All Implemented Interfaces:
java.io.Serializable,Compiled
public class BarChart extends StandardChartWidgetComponent<BarChartItem>
Клиентская модель гистограммы- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.meta.widget.chart.StandardChartWidgetComponent
items
-
-
Constructor Summary
Constructors Constructor Description BarChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BarChartItem>getItems()-
Methods inherited from class net.n2oapp.framework.api.metadata.meta.widget.chart.StandardChartWidgetComponent
addItem
-
-
-
-
Method Detail
-
getItems
public java.util.List<BarChartItem> getItems()
-
-