Uses of Class
org.hippoecm.frontend.service.IEditor.Mode
-
Packages that use IEditor.Mode Package Description org.hippoecm.frontend.editor org.hippoecm.frontend.service -
-
Uses of IEditor.Mode in org.hippoecm.frontend.editor
Methods in org.hippoecm.frontend.editor that return IEditor.Mode Modifier and Type Method Description IEditor.Mode
AbstractCmsEditor. getMode()
Methods in org.hippoecm.frontend.editor with parameters of type IEditor.Mode Modifier and Type Method Description IClusterConfig
ITemplateEngine. getTemplate(ITypeDescriptor type, IEditor.Mode mode)
IEditor<Node>
IEditorFactory. newEditor(IEditorContext manager, org.apache.wicket.model.IModel<Node> nodeModel, IEditor.Mode mode, IPluginConfig parameters)
Tries to create anIEditor
instance.void
AbstractCmsEditor. setMode(IEditor.Mode mode)
Constructors in org.hippoecm.frontend.editor with parameters of type IEditor.Mode Constructor Description AbstractCmsEditor(IEditorContext editorContext, IPluginContext context, IPluginConfig parameters, org.apache.wicket.model.IModel<T> model, IEditor.Mode mode)
-
Uses of IEditor.Mode in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that return IEditor.Mode Modifier and Type Method Description static IEditor.Mode
IEditor.Mode. fromConfig(IPluginConfig config, IEditor.Mode defaultValue)
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.Methods in org.hippoecm.frontend.service with parameters of type IEditor.Mode Modifier and Type Method Description static IEditor.Mode
IEditor.Mode. fromConfig(IPluginConfig config, IEditor.Mode defaultValue)
static IEditor.Mode
IEditor.Mode. fromString(String mode, IEditor.Mode defaultValue)
void
IEditor. setMode(IEditor.Mode mode)
-