Class AbstractComponentEditor

java.lang.Object
com.axemble.vdoc.sdk.document.extensions.BaseEditorExtension
com.axemble.vdoc.sdk.components.plugins.AbstractComponentEditor
All Implemented Interfaces:
com.axemble.easysite.components.extensions.IEditorExtension, Serializable
Direct Known Subclasses:
FormEditor, GroupEditor, ScreenEditor, SheetEditor, ViewEditor, WizardEditor

public abstract class AbstractComponentEditor extends BaseEditorExtension
Author:
vlygeros
See Also:
  • Field Details

    • PROPERTY_PLUGIN_LIST

      protected static final String PROPERTY_PLUGIN_LIST
      See Also:
    • PROPERTY_COMPONENT_LIST

      protected static String PROPERTY_COMPONENT_LIST
    • PROPERTY_COMPONENT_TAG

      public static String PROPERTY_COMPONENT_TAG
    • URI_CURRENT_PLUGIN

      public static final String URI_CURRENT_PLUGIN
      See Also:
  • Constructor Details

    • AbstractComponentEditor

      public AbstractComponentEditor()
  • Method Details

    • onAfterLoad

      public boolean onAfterLoad()
      Specified by:
      onAfterLoad in interface com.axemble.easysite.components.extensions.IEditorExtension
      Overrides:
      onAfterLoad in class BaseEditorExtension
    • checkComponentSupport

      protected boolean checkComponentSupport(IPlugin plugin)