public class BaseConnectionEditor extends BaseSDKExtension
Modifier and Type | Field and Description |
---|---|
protected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet |
abstractSheet |
protected com.axemble.vdp.ui.framework.document.AbstractDocument |
document |
static String |
PAGE_PROPERTIES
ALL PAGES
|
static String |
PAGE_SECURITY |
LOGGER
Constructor and Description |
---|
BaseConnectionEditor() |
Modifier and Type | Method and Description |
---|---|
String |
getCategoryName() |
Element |
getCustomConfiguration() |
com.axemble.vdp.ui.framework.document.AbstractDocument |
getDocument() |
IResource |
getResource() |
IResourceController |
getResourceController() |
com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet |
getSheet() |
void |
init() |
void |
init(String categoryName,
com.axemble.vdp.ui.framework.document.AbstractDocument document,
com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet) |
boolean |
onAfterLoad() |
boolean |
onAfterSave() |
boolean |
onBeforeLoad() |
boolean |
onBeforeSave() |
boolean |
validate() |
getDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
public static final String PAGE_PROPERTIES
public static final String PAGE_SECURITY
protected com.axemble.vdp.ui.framework.document.AbstractDocument document
protected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet
public final void init(String categoryName, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet)
public void init()
public final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()
public final com.axemble.vdp.ui.framework.document.AbstractDocument getDocument()
public final IResourceController getResourceController()
public final IResource getResource()
public final String getCategoryName()
public final Element getCustomConfiguration()
public boolean onBeforeLoad()
public boolean onAfterLoad()
public boolean validate()
public boolean onBeforeSave()
public boolean onAfterSave()
Copyright © 2022 Visiativ. All rights reserved.