Class BulkEditAction<E>

Type Parameters:
E - entity type
All Implemented Interfaces:
ExecutableAction, SecuredAction, SecurityConstraintAction, TargetAction<ListDataComponent<E>>, Action, HasShortcutCombination

@ActionType("bulked_edit") public class BulkEditAction<E> extends SecuredListDataComponentAction<BulkEditAction<E>,E> implements ExecutableAction
Standard action for changing attribute values for several entity instances at once.

Should be defined for a list data component in a screen XML descriptor.

The action instance can be parameterized using the nested properties XML element or programmatically in the screen controller.