Class AbstractN2oCellXmlReader<E extends N2oCell>
- java.lang.Object
-
- net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader<E>
-
- All Implemented Interfaces:
ElementClassAware<E>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<E,net.n2oapp.framework.config.reader.widget.cell.N2oCellXmlReader<E>>,ElementReader<E>,NamespaceReader<E>,TypedElementReader<E>
- Direct Known Subclasses:
N2oBadgeXmlReader,N2oCheckboxCellXmlReader,N2oColorCellXmlReader,N2oCustomCellXmlReader,N2oIconCellXmlReader,N2oImageCellXmlReader,N2oLinkCellXmlReader,N2oListCellXmlReader,N2oProgressBarCellXmlReader,N2oTextCellXmlReader,N2oXEditableCellReader
public abstract class AbstractN2oCellXmlReader<E extends N2oCell> extends Object
Абстрактная реализация считывания ячейки таблицы
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jdom.NamespaceDEFAULT_EVENT_NAMESPACE_URIprotected NamespaceReaderFactoryreaderFactory
-
Constructor Summary
Constructors Constructor Description AbstractN2oCellXmlReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceUri()voidsetNamespaceUri(String namespaceUri)voidsetReaderFactory(NamespaceReaderFactory readerFactory)-
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
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
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
-
-
-
-
Field Detail
-
readerFactory
protected NamespaceReaderFactory readerFactory
-
DEFAULT_EVENT_NAMESPACE_URI
protected static final org.jdom.Namespace DEFAULT_EVENT_NAMESPACE_URI
-
-
Method Detail
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware
-
setReaderFactory
public void setReaderFactory(NamespaceReaderFactory readerFactory)
- Specified by:
setReaderFactoryin interfaceReaderFactoryAware<E extends N2oCell,net.n2oapp.framework.config.reader.widget.cell.N2oCellXmlReader<E extends N2oCell>>
-
-