Class AbstractCellElementIOv3<T extends N2oAbstractCell>
java.lang.Object
net.n2oapp.framework.config.io.cell.v3.AbstractCellElementIOv3<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,CellIOv3
- Direct Known Subclasses:
AbstractActionCellElementIOv3,BadgeCellElementIOv3,FileUploadCellElementIOv3,IconCellElementIOv3,ListCellElementIOv3,ProgressBarCellElementIOv3,TextCellElementIOv3,ToolbarCellElementIOv3,TooltipListCellElementIOv3
public abstract class AbstractCellElementIOv3<T extends N2oAbstractCell>
extends Object
implements NamespaceIO<T>, CellIOv3
Чтение\запись абстрактной ячейки
-
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.v3.CellIOv3
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
-
AbstractCellElementIOv3
public AbstractCellElementIOv3()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oAbstractCell>
-