public abstract class BaseConfigurationEditor extends BaseSDKExtension
Modifier and Type | Class and Description |
---|---|
static class |
BaseConfigurationEditor.ConfigurationScopes |
Modifier and Type | Field and Description |
---|---|
protected static String |
FIELD_NAME |
LOGGER
Constructor and Description |
---|
BaseConfigurationEditor() |
Modifier and Type | Method and Description |
---|---|
protected com.axemble.vdp.ui.framework.composites.base.ISection |
getConfigurationSection() |
protected Element |
getCustomConfiguration() |
protected com.axemble.vdp.ui.framework.document.AbstractDocument |
getDocument() |
protected IResource |
getResource() |
protected IResourceController |
getResourceController() |
protected BaseConfigurationEditor.ConfigurationScopes |
getScope() |
protected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet |
getSheet() |
void |
init() |
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 |
onAfterLoad() |
boolean |
onAfterSave() |
boolean |
onBeforeLoad() |
boolean |
onBeforeSave() |
boolean |
validate() |
getDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
protected static final String FIELD_NAME
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)
public void init()
protected final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()
protected final com.axemble.vdp.ui.framework.document.AbstractDocument getDocument()
protected final IResourceController getResourceController()
protected final IResource getResource()
protected final BaseConfigurationEditor.ConfigurationScopes getScope()
protected final Element getCustomConfiguration()
protected final com.axemble.vdp.ui.framework.composites.base.ISection getConfigurationSection()
public boolean onBeforeLoad()
public boolean onAfterLoad()
public boolean validate()
public boolean onBeforeSave()
public boolean onAfterSave()
Copyright © 2021 Visiativ Software. All rights reserved.