Class TreeElementIOv4
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.WidgetElementIOv4<N2oTree>
-
- net.n2oapp.framework.config.io.widget.TreeElementIOv4
-
- All Implemented Interfaces:
BaseElementClassAware<N2oWidget>,ElementClassAware<N2oTree>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oTree>,ElementIO<N2oTree>,NamedElementIO<N2oTree>,NamespaceIO<N2oTree>,TypedElementIO<N2oTree>,WidgetIOv4
@Component public class TreeElementIOv4 extends WidgetElementIOv4<N2oTree>
Чтение/запись виджета дерево
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.widget.WidgetIOv4
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description TreeElementIOv4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oTree>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oTree m, 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
-
-