Class AbstractActionCellElementIOv2<T extends N2oActionCell>
java.lang.Object
net.n2oapp.framework.config.io.cell.v2.AbstractCellElementIOv2<T>
net.n2oapp.framework.config.io.cell.v2.AbstractActionCellElementIOv2<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,CellIOv2,ActionsAwareIO<T>
- Direct Known Subclasses:
CheckboxCellElementIOv2,CustomCellElementIOv2,EditCellElementIOv2,ImageCellElementIOv2,LinkCellElementIOv2,RatingCellElementIOv2
public abstract class AbstractActionCellElementIOv2<T extends N2oActionCell>
extends AbstractCellElementIOv2<T>
implements ActionsAwareIO<T>
Чтение\запись абстрактной ячейки с действиями версии 2.0
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Namespacevoidio(org.jdom2.Element e, T c, IOProcessor p) 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, actionsSequenceTagMethods 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
-
AbstractActionCellElementIOv2
public AbstractActionCellElementIOv2()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oActionCell>- Overrides:
ioin classAbstractCellElementIOv2<T extends N2oActionCell>
-
actionsNamespace
public org.jdom2.Namespace actionsNamespace()- Specified by:
actionsNamespacein interfaceActionsAwareIO<T extends N2oActionCell>
-