Class | Description |
---|---|
AbstractCommandAction<D extends CommandActionDefinition> |
Base action supporting execution of commands.
|
AbstractMultiItemAction<D extends ActionDefinition> |
Abstract multi-item Action that defines the default behavior.
|
AbstractRepositoryAction<D extends ActionDefinition> |
A repository operation action which saves the changes and informs the event bus.
|
AbstractVersionAction<D extends ActionDefinition> |
Abstract version action showing available versions of an item.
|
ActivationAction<D extends ActivationActionDefinition> |
UI action that allows to activate a single page (node) or recursively with all its sub-nodes depending on the value of
ActivationActionDefinition.isRecursive() . |
ActivationActionDefinition |
Activation action definition.
|
AddFolderActionDefinition |
Used for configuring a
AddNodeAction that creates a folder. |
AddNodeAction |
Action for adding a new node.
|
AddNodeActionDefinition |
Used to configure a
AddNodeAction . |
AddPropertyAction |
Action for adding a new property.
|
AddPropertyActionDefinition |
Used to configure a
AddPropertyAction . |
ConfirmationAction<D extends ConfirmationActionDefinition> |
Configurable confirmation action.
|
ConfirmationActionDefinition |
Definition for
ConfirmationAction . |
DeactivationAction | Deprecated
since 5.1 use
ActivationAction directly. |
DeactivationActionDefinition | Deprecated
since 5.1 use
ActivationActionDefinition directly. |
DeleteAction<D extends CommandActionDefinition> |
Deletes a node from the repository using the delete command.
|
DeleteActionDefinition |
Used to configure a
DeleteAction . |
DeleteItemAction |
Deletes a node or property from the repository.
|
DeleteItemActionDefinition |
Used to configure a
DeleteItemAction . |
DownloadBinaryAction<D extends DownloadBinaryActionDefinition> |
Action for downloading a binary.
|
DownloadBinaryActionDefinition |
Action definition for
DownloadBinaryAction . |
DuplicateNodeAction |
Action that creates a new node by duplicating an existing one.
|
DuplicateNodeActionDefinition |
Used to configure a
DuplicateNodeAction . |
EditorCallbackAction<D extends EditorCallbackActionDefinition> |
Invokes either
EditorCallback.onSuccess(String) or EditorCallback.onCancel() depending
on the definition. |
EditorCallbackActionDefinition |
Configures an action which simply delegates to an
EditorCallback ,
optionally performing validation beforehand. |
ExportAction |
Action for exporting a node to XML format.
|
ExportActionDefinition |
Used to configure an
ExportAction . |
ExportYamlAction |
Action for exporting a node to YAML format.
|
ExportYamlActionDefinition |
Used to configure an
ExportYamlAction . |
MarkNodeAsDeletedAction |
Mark node as Deleted Action.
|
MarkNodeAsDeletedActionDefinition |
Used to configure a
MarkNodeAsDeletedAction . |
OpenCreateDialogAction |
Opens a dialog for creating a new node in a tree.
|
OpenCreateDialogActionDefinition |
Defines a dialog action that opens a dialog for adding a new node.
|
OpenEditDialogAction |
Opens a dialog for editing a node.
|
OpenEditDialogActionDefinition |
Defines an action for opening a dialog for editing a node.
|
OpenLocationAction |
The
OpenLocationAction opens a given location in the admincentral. |
OpenLocationActionDefinition |
Defines an action for opening any location in the admincentral.
|
ZipUploadActionDefinition |
Provides zip upload action parameters.
|
ZipUploadDialogAction<T extends ZipUploadActionDefinition> |
Triggers zip archive upload command.
|
Copyright © 2016 Magnolia International Ltd.. All rights reserved.