Class N2oListCellXmlReader
- java.lang.Object
-
- net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader<N2oListCell>
-
- net.n2oapp.framework.config.reader.widget.cell.N2oListCellXmlReader
-
- All Implemented Interfaces:
ElementClassAware<N2oListCell>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oListCell,net.n2oapp.framework.config.reader.widget.cell.N2oCellXmlReader<N2oListCell>>,ElementReader<N2oListCell>,NamespaceReader<N2oListCell>,TypedElementReader<N2oListCell>
@Component public class N2oListCellXmlReader extends AbstractN2oCellXmlReader<N2oListCell>
- Author:
- V. Alexeev.
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader
DEFAULT_EVENT_NAMESPACE_URI, readerFactory
-
-
Constructor Summary
Constructors Constructor Description N2oListCellXmlReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oListCell>getElementClass()StringgetElementName()N2oListCellread(org.jdom.Element element)-
Methods inherited from class net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader
getNamespaceUri, 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.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getElementName
public String getElementName()
-
read
public N2oListCell read(org.jdom.Element element)
-
getElementClass
public Class<N2oListCell> getElementClass()
-
-