Class AreaChart
- 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<AreaChartItem>
-
- net.n2oapp.framework.api.metadata.meta.widget.chart.AreaChart
-
- All Implemented Interfaces:
java.io.Serializable,Compiled
public class AreaChart extends StandardChartWidgetComponent<AreaChartItem>
Клиентская модель диаграммы-области- 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 AreaChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AreaChartItem>getItems()-
Methods inherited from class net.n2oapp.framework.api.metadata.meta.widget.chart.StandardChartWidgetComponent
addItem
-
-
-
-
Method Detail
-
getItems
public java.util.List<AreaChartItem> getItems()
-
-