Class StandardChartIOv4<T extends N2oStandardChart>
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.chart.charts.AbstractChartIOv4<T>
-
- net.n2oapp.framework.config.io.widget.chart.charts.StandardChartIOv4<T>
-
- All Implemented Interfaces:
BaseElementClassAware<N2oWidget>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,WidgetIOv4
- Direct Known Subclasses:
AreaChartIOv4,BarChartIOv4,LineChartIOv4
@Component public abstract class StandardChartIOv4<T extends N2oStandardChart> extends AbstractChartIOv4<T>
Чтение/запись стандартного компонента диаграммы
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.widget.WidgetIOv4
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description StandardChartIOv4()
-
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 N2oStandardChart>- Overrides:
ioin classAbstractChartIOv4<T extends N2oStandardChart>
-
-