Class ListFieldIOv2<T extends N2oListField>
- java.lang.Object
-
- net.n2oapp.framework.config.io.control.ComponentIO<T>
-
- net.n2oapp.framework.config.io.control.FieldIOv2<T>
-
- net.n2oapp.framework.config.io.control.StandardFieldIOv2<T>
-
- net.n2oapp.framework.config.io.control.list.ListFieldIOv2<T>
-
- All Implemented Interfaces:
BaseElementClassAware<N2oComponent>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ControlIOv2
- Direct Known Subclasses:
CheckboxGroupIOv2,InputSelectIOv2,InputSelectTreeIOv2,PillsIOv2,RadioGroupIOv2,SelectIOv2,SelectTreeIOv2
public abstract class ListFieldIOv2<T extends N2oListField> extends StandardFieldIOv2<T>
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.control.ControlIOv2
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description ListFieldIOv2()
-
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.config.io.control.ControlIOv2
getBaseElementClass, getNamespaceUri, setNamespaceUri
-
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
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, T m, IOProcessor p)- Specified by:
ioin interfaceElementIO<T extends N2oListField>- Overrides:
ioin classStandardFieldIOv2<T extends N2oListField>
-
-