Class EntityOpenAction<E>

Type Parameters:
E - the type of entity being handled by this action
All Implemented Interfaces:
ExecutableAction, SecuredAction, TargetAction<EntityPickerComponent<E>>, ViewOpeningAction, Action, HasShortcutCombination
Direct Known Subclasses:
EntityOpenCompositionAction

@ActionType("entity_open") public class EntityOpenAction<E> extends PickerAction<EntityOpenAction<E>,EntityPickerComponent<E>,E> implements ViewOpeningAction
Represents an action that allows opening a DetailView for the entity associated with an EntityPickerComponent.