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