Class WidgetElementIOv4<T extends N2oWidget>
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.WidgetElementIOv4<T>
-
- All Implemented Interfaces:
BaseElementClassAware<N2oWidget>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,WidgetIOv4
- Direct Known Subclasses:
CustomWidgetIOv4,FormElementIOV4,HtmlWidgetElementIOv4,ListWidgetElementIOv4,TableElementIOV4,TreeElementIOv4
public abstract class WidgetElementIOv4<T extends N2oWidget> extends Object implements NamespaceIO<T>, WidgetIOv4
Чтение\запись виджета версии 4.0
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.widget.WidgetIOv4
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description WidgetElementIOv4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidio(org.jdom.Element e, T 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
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
-
-