Uses of Class
org.hippoecm.frontend.service.EditorException
-
Packages that use EditorException Package Description org.hippoecm.frontend.editor org.hippoecm.frontend.plugins.standards.tabs org.hippoecm.frontend.service org.hippoecm.frontend.validation -
-
Uses of EditorException in org.hippoecm.frontend.editor
Methods in org.hippoecm.frontend.editor that throw EditorException Modifier and Type Method Description void
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()
IEditor<Node>
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 EditorException Constructor Description AbstractCmsEditor(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 Modifier and Type Method Description void
TabsPlugin.Tab. discard()
-
Uses of EditorException in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that throw EditorException Modifier and Type Method Description void
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 Modifier and Type Method Description org.apache.wicket.model.IModel
IFieldResolver. resolve(org.apache.wicket.model.IModel model, ModelPath path)
org.apache.wicket.model.IModel
JcrFieldResolver. resolve(org.apache.wicket.model.IModel model, ModelPath path)
-