Package org.hippoecm.frontend.editor
Interface IEditorFactory
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
public interface IEditorFactory
extends org.apache.wicket.util.io.IClusterable
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionnewEditor
(IEditorContext manager, org.apache.wicket.model.IModel<Node> nodeModel, IEditor.Mode mode, IPluginConfig parameters) Tries to create anIEditor
instance.
-
Field Details
-
SERVICE_ID
- See Also:
-
-
Method Details
-
newEditor
IEditor<Node> newEditor(IEditorContext manager, org.apache.wicket.model.IModel<Node> nodeModel, IEditor.Mode mode, IPluginConfig parameters) throws EditorException Tries to create anIEditor
instance.- Parameters:
nodeModel
-IEditorContext
mode
-IEditor.Mode
parameters
-IPluginConfig
- Returns:
IEditor
instance ornull
if no editor could be created- Throws:
EditorException
- if an error occured
-