Class AbstractShowModal
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.event.action.N2oAbstractAction
-
- net.n2oapp.framework.api.metadata.event.system.AbstractShowModal
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,NamespaceUriAware,SrcAware,N2oAction,PageIdAwareCompileAction,Source
- Direct Known Subclasses:
SystemOpenPage,SystemShowModal
public abstract class AbstractShowModal extends N2oAbstractAction implements N2oAction, PageIdAwareCompileAction
- Since:
- 22.10.2015
- Author:
- operehod
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractShowModal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContainerId()java.lang.StringgetDetailFieldId()java.lang.StringgetPageId()RefreshPolitygetRefreshPolity()voidsetContainerId(java.lang.String containerId)voidsetDetailFieldId(java.lang.String detailFieldId)voidsetPageId(java.lang.String pageId)voidsetRefreshPolity(RefreshPolity refreshPolity)-
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
-
-
-
-
Method Detail
-
getContainerId
public java.lang.String getContainerId()
-
setContainerId
public void setContainerId(java.lang.String containerId)
-
getDetailFieldId
public java.lang.String getDetailFieldId()
-
setDetailFieldId
public void setDetailFieldId(java.lang.String detailFieldId)
-
getPageId
public java.lang.String getPageId()
- Specified by:
getPageIdin interfacePageIdAwareCompileAction
-
setPageId
public void setPageId(java.lang.String pageId)
-
getRefreshPolity
public RefreshPolity getRefreshPolity()
-
setRefreshPolity
public void setRefreshPolity(RefreshPolity refreshPolity)
-
-