Class BaseConfigurationEditor
java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
com.axemble.vdoc.sdk.configuration.base.BaseConfigurationEditor
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final com.axemble.vdp.ui.framework.composites.base.ISection
protected final Element
protected final com.axemble.vdp.ui.framework.document.AbstractDocument
protected final IResource
protected final IResourceController
protected final BaseConfigurationEditor.ConfigurationScopes
getScope()
protected final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet
getSheet()
void
init()
final void
init
(com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet, String tabName, BaseConfigurationEditor.ConfigurationScopes scope) boolean
boolean
boolean
boolean
boolean
validate()
Methods inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
getDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
-
Field Details
-
FIELD_NAME
- See Also:
-
-
Constructor Details
-
BaseConfigurationEditor
public BaseConfigurationEditor()
-
-
Method Details
-
init
public final void init(com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet, String tabName, BaseConfigurationEditor.ConfigurationScopes scope) -
init
public void init() -
getSheet
protected final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()- Returns:
- the abstractSheet
-
getDocument
protected final com.axemble.vdp.ui.framework.document.AbstractDocument getDocument()- Returns:
- the document
-
getResourceController
- Returns:
- the resourceController
-
getResource
- Returns:
-
getScope
-
getCustomConfiguration
- Returns:
- the custom configuration of the scope
-
getConfigurationSection
protected final com.axemble.vdp.ui.framework.composites.base.ISection getConfigurationSection() -
onBeforeLoad
public boolean onBeforeLoad() -
onAfterLoad
public boolean onAfterLoad() -
validate
public boolean validate() -
onBeforeSave
public boolean onBeforeSave() -
onAfterSave
public boolean onAfterSave()
-