Class N2oButtonFieldXmlReaderV1
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<E>
-
- net.n2oapp.framework.config.reader.control.N2oStandardControlReaderV1<N2oButtonField>
-
- net.n2oapp.framework.config.reader.control.N2oButtonFieldXmlReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oButtonField>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oButtonField,NamespaceReader<N2oButtonField>>,ElementReader<N2oButtonField>,NamespaceReader<N2oButtonField>,TypedElementReader<N2oButtonField>
@Component public class N2oButtonFieldXmlReaderV1 extends N2oStandardControlReaderV1<N2oButtonField>
Считывает контрол button из xml-файла
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.control.N2oStandardControlReaderV1
DEFAULT_EVENT_NAMESPACE_URI
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description N2oButtonFieldXmlReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oButtonField>getElementClass()StringgetElementName()N2oButtonFieldread(org.jdom.Element element, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.config.reader.control.N2oStandardControlReaderV1
getControlDefinition, getControlFieldDefinition, getListFieldDefinition, getNamespaceUri, getQueryFieldDefinition, getTreeDefinition, readControlTextDefinition, readSetValueExp, readSetValues, readValidationReferences, toMap
-
Methods inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
read, setNamespaceUri, setReaderFactory
-
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.reader.ElementReader
read
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getElementName
public String getElementName()
-
getElementClass
public Class<N2oButtonField> getElementClass()
-
read
public N2oButtonField read(org.jdom.Element element, org.jdom.Namespace namespace)
- Specified by:
readin classAbstractFactoredReader<N2oButtonField>
-
-