Class Chart
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.Component
-
- net.n2oapp.framework.api.metadata.meta.widget.Widget<ChartWidgetComponent>
-
- net.n2oapp.framework.api.metadata.meta.widget.chart.Chart
-
- All Implemented Interfaces:
java.io.Serializable,JsonPropertiesAware,PropertiesAware,Compiled
public class Chart extends Widget<ChartWidgetComponent>
Клиентская модель диаграммы- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Chart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartWidgetComponentgetComponent()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.JsonPropertiesAware
getJsonProperties
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-
-
-
Method Detail
-
getComponent
public ChartWidgetComponent getComponent()
-
-