Class BaseConnectionEditor

java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
com.axemble.vdoc.sdk.connectors.BaseConnectionEditor
All Implemented Interfaces:
Serializable

public class BaseConnectionEditor extends BaseSDKExtension
See Also:
  • Field Details

    • PAGE_PROPERTIES

      public static final String PAGE_PROPERTIES
      ALL PAGES
      See Also:
    • PAGE_SECURITY

      public static final String PAGE_SECURITY
      See Also:
    • document

      protected com.axemble.vdp.ui.framework.document.AbstractDocument document
    • abstractSheet

      protected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet
  • Constructor Details

    • BaseConnectionEditor

      public BaseConnectionEditor()
  • Method Details

    • init

      public final void init(String categoryName, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet)
    • init

      public void init()
    • getSheet

      public final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()
      Returns:
      the abstractSheet
    • getDocument

      public final com.axemble.vdp.ui.framework.document.AbstractDocument getDocument()
      Returns:
      the document
    • getResourceController

      public final IResourceController getResourceController()
      Returns:
      the resourceController
    • getResource

      public final IResource getResource()
      Returns:
    • getCategoryName

      public final String getCategoryName()
    • getCustomConfiguration

      public final Element getCustomConfiguration()
      Returns:
      the custom definition of the connection
    • onBeforeLoad

      public boolean onBeforeLoad()
    • onAfterLoad

      public boolean onAfterLoad()
    • validate

      public boolean validate()
    • onBeforeSave

      public boolean onBeforeSave()
    • onAfterSave

      public boolean onAfterSave()