Class AbstractCellElementIOv2<T extends N2oAbstractCell>
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.table.cell.AbstractCellElementIOv2<T>
-
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,CellIOv2
- Direct Known Subclasses:
BadgeCellElementIOv2,CheckboxCellElementIOv2,CustomCellElementIOv2,EditCellElementIOv2,IconCellElementIOv2,ImageCellElementIOv2,LinkCellElementIOv2,ListCellIOElementIOv2,ProgressCellElementIOv2,TextCellElementIOv2,ToolbarCellElementIOv2
public abstract class AbstractCellElementIOv2<T extends N2oAbstractCell> extends Object implements NamespaceIO<T>, CellIOv2
Чтение\запись абстрактнрой ячейки
-
-
Constructor Summary
Constructors Constructor Description AbstractCellElementIOv2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidio(org.jdom.Element e, T с, 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
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, T с, IOProcessor p)- Specified by:
ioin interfaceElementIO<T extends N2oAbstractCell>
-
-