public interface MainEntityActionsExtensionHandler extends ExtensionHandler
Modifier and Type | Method and Description |
---|---|
void |
modifyMainActions(ClassMetadata cmd,
List<EntityFormAction> mainActions)
Extension point to override the actions that are added by default when viewing a ceiling entity for a particular
section (for instance, a list of Products in the 'Product' section).
|
getPriority, isEnabled
void modifyMainActions(ClassMetadata cmd, List<EntityFormAction> mainActions)
DefaultMainActions.ADD
cmd
- the metadata for the ceiling entity that is being displayedmainActions
- the actions that are added to the main form by default. Use this list to add more actionsCopyright © 2014. All rights reserved.