Class FieldIOv2<T extends N2oField>
- java.lang.Object
-
- net.n2oapp.framework.config.io.control.ComponentIO<T>
-
- net.n2oapp.framework.config.io.control.FieldIOv2<T>
-
- All Implemented Interfaces:
BaseElementClassAware<N2oComponent>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ControlIOv2
- Direct Known Subclasses:
CustomFieldIOv2,SearchButtonsIOv2,StandardFieldIOv2,TextFieldIOv4
public abstract class FieldIOv2<T extends N2oField> extends ComponentIO<T> implements ControlIOv2
Чтение/запись базовых свойств поля
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.control.ControlIOv2
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description FieldIOv2()
-
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)
-
-