Class RadioGroupIOv2
- 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<N2oRadioGroup>
-
- net.n2oapp.framework.config.io.control.list.RadioGroupIOv2
-
- All Implemented Interfaces:
BaseElementClassAware<N2oComponent>,ElementClassAware<N2oRadioGroup>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oRadioGroup>,ElementIO<N2oRadioGroup>,NamedElementIO<N2oRadioGroup>,NamespaceIO<N2oRadioGroup>,TypedElementIO<N2oRadioGroup>,ControlIOv2
@Component public class RadioGroupIOv2 extends ListFieldIOv2<N2oRadioGroup>
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.control.ControlIOv2
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description RadioGroupIOv2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oRadioGroup>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oRadioGroup 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
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, N2oRadioGroup m, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oRadioGroup>- Overrides:
ioin classListFieldIOv2<N2oRadioGroup>
-
getElementClass
public Class<N2oRadioGroup> getElementClass()
-
getElementName
public String getElementName()
-
-