Class AbstractListWidgetElementIOv4<T extends N2oAbstractListWidget>
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.WidgetElementIOv4<T>
-
- net.n2oapp.framework.config.io.widget.AbstractListWidgetElementIOv4<T>
-
- All Implemented Interfaces:
BaseElementClassAware<N2oWidget>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,WidgetIOv4
- Direct Known Subclasses:
ListWidgetElementIOv4,TableElementIOV4
public abstract class AbstractListWidgetElementIOv4<T extends N2oAbstractListWidget> extends WidgetElementIOv4<T>
Чтение\запись базовых свойств списковых виджетов
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.widget.WidgetIOv4
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description AbstractListWidgetElementIOv4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidio(org.jdom2.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
-
-
-
-
Method Detail
-
io
public void io(org.jdom2.Element e, T m, IOProcessor p)- Specified by:
ioin interfaceElementIO<T extends N2oAbstractListWidget>- Overrides:
ioin classWidgetElementIOv4<T extends N2oAbstractListWidget>
-
-