Uses of Class
org.hippoecm.frontend.service.EditorException
Packages that use EditorException
Package
Description
-
Uses of EditorException in org.hippoecm.frontend.editor
Methods in org.hippoecm.frontend.editor that throw EditorExceptionModifier and TypeMethodDescriptionvoid
AbstractCmsEditor.close()
void
AbstractCmsEditor.discard()
Default implementation that does nothing.void
AbstractCmsEditor.done()
Default implementation that does nothing.protected org.apache.wicket.model.IModel<T>
AbstractCmsEditor.getBaseModel()
protected org.apache.wicket.model.IModel<T>
AbstractCmsEditor.getEditorModel()
boolean
AbstractCmsEditor.isModified()
boolean
AbstractCmsEditor.isTransferable()
boolean
AbstractCmsEditor.isValid()
IEditorFactory.newEditor
(IEditorContext manager, org.apache.wicket.model.IModel<Node> nodeModel, IEditor.Mode mode, IPluginConfig parameters) Tries to create anIEditor
instance.protected Map<IEditorFilter,
Object> AbstractCmsEditor.preClose()
void
AbstractCmsEditor.revert()
Default implementation that does nothing.void
AbstractCmsEditor.save()
Default implementation that does nothing.void
AbstractCmsEditor.saveDraft()
void
AbstractCmsEditor.setMode
(IEditor.Mode mode) void
AbstractCmsEditor.start()
Constructors in org.hippoecm.frontend.editor that throw EditorExceptionModifierConstructorDescriptionAbstractCmsEditor
(IEditorContext editorContext, IPluginContext context, IPluginConfig parameters, org.apache.wicket.model.IModel<T> model, IEditor.Mode mode) -
Uses of EditorException in org.hippoecm.frontend.plugins.standards.tabs
Methods in org.hippoecm.frontend.plugins.standards.tabs that throw EditorException -
Uses of EditorException in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that throw EditorExceptionModifier and TypeMethodDescriptionvoid
IEditor.close()
Requests that the editor be closed.void
IEditor.discard()
Discards all changes to the document and switches the editor to VIEW mode.void
IEditor.done()
Saves the document, and switches the editor to VIEW mode.boolean
IEditor.isModified()
boolean
IEditor.isTransferable()
If a document has been saved as draft the document is marked as "transferable".boolean
IEditor.isValid()
void
IEditor.revert()
Reverts the current document to last saved state and should keep the editor in its current mode (EDIT).void
IEditor.save()
Saves the document, and keeps the editor in its current mode (EDIT).void
IEditor.saveDraft()
void
IEditor.setMode
(IEditor.Mode mode) -
Uses of EditorException in org.hippoecm.frontend.validation
Methods in org.hippoecm.frontend.validation that throw EditorException