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
- Author:
- vlygeros
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Stringstatic Stringprotected static final Stringstatic final StringFields inherited from class com.axemble.vdoc.sdk.document.extensions.BaseEditorExtension
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckComponentSupport(IPlugin plugin) booleanMethods inherited from class com.axemble.vdoc.sdk.document.extensions.BaseEditorExtension
getComponentName, getContent, getContentComponent, getContentContainer, getDocument, getForm, getParentBlock, getResourceController, getRootBlock, getSiteModule, getWorkflowModule, init, init, isCreation, onAfterRemove, onAfterSave, onBeforeLoad, onBeforeRemove, onBeforeSave, onBeforeSaveInternal, validate
-
Field Details
-
PROPERTY_PLUGIN_LIST
- See Also:
-
PROPERTY_COMPONENT_LIST
-
PROPERTY_COMPONENT_TAG
-
URI_CURRENT_PLUGIN
- See Also:
-
-
Constructor Details
-
AbstractComponentEditor
public AbstractComponentEditor()
-
-
Method Details
-
onAfterLoad
public boolean onAfterLoad()- Specified by:
onAfterLoadin interfacecom.axemble.easysite.components.extensions.IEditorExtension- Overrides:
onAfterLoadin classBaseEditorExtension
-
checkComponentSupport
-