Class AbstractActionCellElementIOv3<T extends N2oActionCell>
java.lang.Object
net.n2oapp.framework.config.io.cell.v3.AbstractCellElementIOv3<T>
net.n2oapp.framework.config.io.cell.v3.AbstractActionCellElementIOv3<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,CellIOv3,ActionsAwareIO<T>
- Direct Known Subclasses:
CheckboxCellElementIOv3,CustomCellElementIOv3,EditCellElementIOv3,ImageCellElementIOv3,LinkCellElementIOv3,RatingCellElementIOv3
public abstract class AbstractActionCellElementIOv3<T extends N2oActionCell>
extends AbstractCellElementIOv3<T>
implements ActionsAwareIO<T>
Чтение\запись абстрактной ячейки с действиями версии 3.0
-
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.common.ActionsAwareIO
action, actionsNamespace, actionsSequenceTagMethods 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
-
AbstractActionCellElementIOv3
public AbstractActionCellElementIOv3()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oActionCell>- Overrides:
ioin classAbstractCellElementIOv3<T extends N2oActionCell>
-