public interface IEditorFactory
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
IEditor<javax.jcr.Node> |
newEditor(IEditorContext manager,
org.apache.wicket.model.IModel<javax.jcr.Node> nodeModel,
IEditor.Mode mode,
IPluginConfig parameters)
Tries to create an
IEditor instance. |
static final String SERVICE_ID
IEditor<javax.jcr.Node> newEditor(IEditorContext manager, org.apache.wicket.model.IModel<javax.jcr.Node> nodeModel, IEditor.Mode mode, IPluginConfig parameters) throws EditorException
IEditor
instance.nodeModel
- IEditorContext
mode
- IEditor.Mode
parameters
- IPluginConfig
IEditor
instance or null
if no editor could be createdEditorException
- if an error occuredCopyright © 2007–2021 Hippo B.V. (http://www.onehippo.com). All rights reserved.