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 SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class com.axemble.vdoc.sdk.BaseSDKExtensionLOGGER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected final com.axemble.vdp.ui.framework.composites.base.ISectionprotected final Elementprotected final com.axemble.vdp.ui.framework.document.AbstractDocumentprotected final IResourceprotected final IResourceControllerprotected final BaseConfigurationEditor.ConfigurationScopesgetScope()protected final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheetgetSheet()voidinit()final voidinit(com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet, String tabName, BaseConfigurationEditor.ConfigurationScopes scope) booleanbooleanbooleanbooleanbooleanvalidate()Methods inherited from class com.axemble.vdoc.sdk.BaseSDKExtensiongetDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
- 
Field Details- 
FIELD_NAME- See Also:
 
 
- 
- 
Constructor Details- 
BaseConfigurationEditorpublic BaseConfigurationEditor()
 
- 
- 
Method Details- 
initpublic 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) 
- 
initpublic void init()
- 
getSheetprotected final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()- Returns:
- the abstractSheet
 
- 
getDocumentprotected 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
 
- 
getConfigurationSectionprotected final com.axemble.vdp.ui.framework.composites.base.ISection getConfigurationSection()
- 
onBeforeLoadpublic boolean onBeforeLoad()
- 
onAfterLoadpublic boolean onAfterLoad()
- 
validatepublic boolean validate()
- 
onBeforeSavepublic boolean onBeforeSave()
- 
onAfterSavepublic boolean onAfterSave()
 
-