Class AbstractCellElementIOv2<T extends N2oAbstractCell>
java.lang.Object
net.n2oapp.framework.config.io.cell.v2.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:
AbstractActionCellElementIOv2,BadgeCellElementIOv2,FileUploadCellElementIOv2,IconCellElementIOv2,ListCellElementIOv2,ProgressBarCellElementIOv2,TextCellElementIOv2,ToolbarCellElementIOv2,TooltipListCellElementIOv2
public abstract class AbstractCellElementIOv2<T extends N2oAbstractCell>
extends Object
implements NamespaceIO<T>, CellIOv2
Чтение\запись абстрактной ячейки
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.config.io.cell.v2.CellIOv2
getBaseElementClass, getNamespaceUri, setNamespaceUriMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix
-
Constructor Details
-
AbstractCellElementIOv2
public AbstractCellElementIOv2()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oAbstractCell>
-