Package | Description |
---|---|
org.hippoecm.frontend.editor | |
org.hippoecm.frontend.service |
Modifier and Type | Method and Description |
---|---|
IEditor.Mode |
AbstractCmsEditor.getMode() |
Modifier and Type | Method and Description |
---|---|
IClusterConfig |
ITemplateEngine.getTemplate(ITypeDescriptor type,
IEditor.Mode mode) |
IEditor<javax.jcr.Node> |
IEditorFactory.newEditor(IEditorContext manager,
org.apache.wicket.model.IModel<javax.jcr.Node> nodeModel,
IEditor.Mode mode,
IPluginConfig parameters)
Create an editor for a node model.
|
void |
AbstractCmsEditor.setMode(IEditor.Mode mode) |
Constructor and Description |
---|
AbstractCmsEditor(IEditorContext editorContext,
IPluginContext context,
IPluginConfig parameters,
org.apache.wicket.model.IModel<T> model,
IEditor.Mode mode) |
Modifier and Type | Method and Description |
---|---|
static IEditor.Mode |
IEditor.Mode.fromString(String mode) |
static IEditor.Mode |
IEditor.Mode.fromString(String mode,
IEditor.Mode defaultValue) |
IEditor.Mode |
IEditor.getMode() |
static IEditor.Mode |
IEditor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IEditor.Mode[] |
IEditor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IEditor.Mode |
IEditor.Mode.fromString(String mode,
IEditor.Mode defaultValue) |
void |
IEditor.setMode(IEditor.Mode mode) |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.