Class BarChartIOv4
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.chart.charts.AbstractChartIOv4<T>
-
- net.n2oapp.framework.config.io.widget.chart.charts.StandardChartIOv4<N2oBarChart>
-
- net.n2oapp.framework.config.io.widget.chart.charts.BarChartIOv4
-
- All Implemented Interfaces:
BaseElementClassAware<N2oWidget>,ElementClassAware<N2oBarChart>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oBarChart>,ElementIO<N2oBarChart>,NamedElementIO<N2oBarChart>,NamespaceIO<N2oBarChart>,TypedElementIO<N2oBarChart>,WidgetIOv4
@Component public class BarChartIOv4 extends StandardChartIOv4<N2oBarChart>
Чтение/запись компонента гистограммы
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.widget.WidgetIOv4
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description BarChartIOv4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<N2oBarChart>getElementClass()java.lang.StringgetElementName()voidio(org.jdom2.Element e, N2oBarChart c, IOProcessor p)-
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.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix
-
Methods inherited from interface net.n2oapp.framework.config.io.widget.WidgetIOv4
getBaseElementClass, getNamespace, getNamespaceUri, setNamespaceUri
-
-
-
-
Method Detail
-
io
public void io(org.jdom2.Element e, N2oBarChart c, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oBarChart>- Overrides:
ioin classStandardChartIOv4<N2oBarChart>
-
getElementClass
public java.lang.Class<N2oBarChart> getElementClass()
-
getElementName
public java.lang.String getElementName()
-
-