Interface | Description |
---|---|
Action |
An action is executed in response to user interaction with the UI.
|
ActionDefinition |
Action definitions are used to configure actions in many parts of the UI.
|
ActionExecutor |
Responsible for executing actions, doing lookups of action definitions based on action names and evaluating if an
action is available.
|
Class | Description |
---|---|
AbstractAction<D extends ActionDefinition> |
Abstract
Action base class holding a reference to its ActionDefinition . |
AbstractActionExecutor |
Abstract base implementation of
ActionExecutor . |
ActionDefinitionKeyGenerator |
An I18n key generator for the actionbar actions (labels, descriptions, errors, etc.).
|
CommandActionDefinition |
A basic action definition useful for actions that delegates to commands.
|
ConfiguredActionDefinition |
Simple implementation of
ActionDefinition . |
Exception | Description |
---|---|
ActionExecutionException |
Exception thrown when an
Action encounters an error during execution. |
Copyright © 2016 Magnolia International Ltd.. All rights reserved.