Class AbstractChartIOv4<T extends N2oAbstractChart>
java.lang.Object
net.n2oapp.framework.config.io.widget.v4.charts.AbstractChartIOv4<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractChart>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ChartIOv4
- Direct Known Subclasses:
PieChartIOv4,StandardChartIOv4
@Component
public abstract class AbstractChartIOv4<T extends N2oAbstractChart>
extends Object
implements ChartIOv4, NamespaceIO<T>
Чтение/запись абстрактного компонента диаграммы
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.config.io.widget.v4.charts.ChartIOv4
getBaseElementClass, getNamespace, getNamespaceUri, setNamespaceUriMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespacePrefix
-
Constructor Details
-
AbstractChartIOv4
public AbstractChartIOv4()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oAbstractChart>
-