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 SummaryFieldsModifier and TypeFieldDescriptionprotected static Stringstatic Stringprotected static final Stringstatic final StringFields inherited from class com.axemble.vdoc.sdk.document.extensions.BaseEditorExtensionLOGGER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancheckComponentSupport(IPlugin plugin) booleanMethods inherited from class com.axemble.vdoc.sdk.document.extensions.BaseEditorExtensiongetComponentName, 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- 
AbstractComponentEditorpublic AbstractComponentEditor()
 
- 
- 
Method Details- 
onAfterLoadpublic boolean onAfterLoad()- Specified by:
- onAfterLoadin interface- com.axemble.easysite.components.extensions.IEditorExtension
- Overrides:
- onAfterLoadin class- BaseEditorExtension
 
- 
checkComponentSupport
 
-