Class N2oAbstractAction
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.event.action.N2oAbstractAction
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,NamespaceUriAware,SrcAware,N2oAction,Source
- Direct Known Subclasses:
AbstractShowModal,N2oAbstractPageAction,N2oActionAndClose,N2oAnchor,N2oClearAction,N2oCloseAction,N2oCopyAction,N2oInvokeAction,N2oPerform,N2oRefresh,N2oSetValueAction,N2OValidateAction,OnClick,SystemAnchor
public abstract class N2oAbstractAction extends java.lang.Object implements N2oAction
Абстрактное действие- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oAbstractAction()
-
Method Summary
-
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.api.metadata.event.action.N2oAction
getId, getNamespaceUri, getObjectId, getOperationId, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-