Package | Description |
---|---|
org.hippoecm.frontend.editor | |
org.hippoecm.frontend.plugins.standards.tabs | |
org.hippoecm.frontend.service | |
org.hippoecm.frontend.validation |
Modifier and Type | Method and 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.isValid() |
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.
|
protected Map<IEditorFilter,Object> |
AbstractCmsEditor.preClose() |
void |
AbstractCmsEditor.revert()
Default implementation that does nothing.
|
void |
AbstractCmsEditor.save()
Default implementation that does nothing.
|
void |
AbstractCmsEditor.setMode(IEditor.Mode mode) |
void |
AbstractCmsEditor.start() |
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 |
---|---|
void |
TabsPlugin.Tab.discard() |
Modifier and Type | Method and 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.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.setMode(IEditor.Mode mode) |
Modifier and Type | Method and 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) |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.