@Deprecated public interface MainEntityActionsExtensionHandler extends ExtensionHandler
AdminAbstractControllerExtensionHandler| Modifier and Type | Method and Description |
|---|---|
void |
modifyMainActions(ClassMetadata cmd,
List<EntityFormAction> mainActions)
Deprecated.
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, isEnabledvoid modifyMainActions(ClassMetadata cmd, List<EntityFormAction> mainActions)
DefaultMainActions.ADDcmd - 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 © 2017. All rights reserved.