|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MainEntityActionsExtensionHandler
| Method Summary | |
|---|---|
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). |
| Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler |
|---|
getPriority, isEnabled |
| Method Detail |
|---|
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 actions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||