Class ListWidgetElementIOv4
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.WidgetElementIOv4<N2oListWidget>
-
- net.n2oapp.framework.config.io.widget.ListWidgetElementIOv4
-
- All Implemented Interfaces:
BaseElementClassAware<N2oWidget>,ElementClassAware<N2oListWidget>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oListWidget>,ElementIO<N2oListWidget>,NamedElementIO<N2oListWidget>,NamespaceIO<N2oListWidget>,TypedElementIO<N2oListWidget>,WidgetIOv4
@Component public class ListWidgetElementIOv4 extends WidgetElementIOv4<N2oListWidget>
Чтение\запись виджета-списка. *
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.widget.WidgetIOv4
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description ListWidgetElementIOv4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidelement(org.jdom.Element e, N2oListWidget.ContentElement m, IOProcessor p)Class<N2oListWidget>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oListWidget 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
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, N2oListWidget m, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oListWidget>- Overrides:
ioin classWidgetElementIOv4<N2oListWidget>
-
element
public void element(org.jdom.Element e, N2oListWidget.ContentElement m, IOProcessor p)
-
getElementName
public String getElementName()
-
getElementClass
public Class<N2oListWidget> getElementClass()
-
-