Class TextCellElementIOv2
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.table.cell.AbstractCellElementIOv2<N2oTextCell>
-
- net.n2oapp.framework.config.io.widget.table.cell.TextCellElementIOv2
-
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<N2oTextCell>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oTextCell>,ElementIO<N2oTextCell>,NamedElementIO<N2oTextCell>,NamespaceIO<N2oTextCell>,TypedElementIO<N2oTextCell>,CellIOv2
@Component public class TextCellElementIOv2 extends AbstractCellElementIOv2<N2oTextCell>
Чтение\запись ячейки с текстом со стилем или без.
-
-
Constructor Summary
Constructors Constructor Description TextCellElementIOv2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oTextCell>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oTextCell c, 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.widget.table.cell.CellIOv2
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, N2oTextCell c, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oTextCell>- Overrides:
ioin classAbstractCellElementIOv2<N2oTextCell>
-
getElementName
public String getElementName()
-
getElementClass
public Class<N2oTextCell> getElementClass()
-
-