Uses of Class
org.broadleafcommerce.openadmin.web.form.entity.EntityFormAction

Packages that use EntityFormAction
org.broadleafcommerce.openadmin.web.controller   
org.broadleafcommerce.openadmin.web.controller.entity   
org.broadleafcommerce.openadmin.web.form.entity   
 

Uses of EntityFormAction in org.broadleafcommerce.openadmin.web.controller
 

Method parameters in org.broadleafcommerce.openadmin.web.controller with type arguments of type EntityFormAction
 void MainEntityActionsExtensionHandler.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).
 

Uses of EntityFormAction in org.broadleafcommerce.openadmin.web.controller.entity
 

Method parameters in org.broadleafcommerce.openadmin.web.controller.entity with type arguments of type EntityFormAction
protected  void AdminBasicEntityController.addAddActionIfAllowed(String sectionClassName, ClassMetadata cmd, List<EntityFormAction> mainActions)
          Adds the "Add" button to the main entity form if the current user has permissions to create new instances of the entity and all of the fields in the entity aren't marked as read only.
 

Uses of EntityFormAction in org.broadleafcommerce.openadmin.web.form.entity
 

Fields in org.broadleafcommerce.openadmin.web.form.entity declared as EntityFormAction
static EntityFormAction DefaultMainActions.ADD
           
static EntityFormAction DefaultEntityFormActions.DELETE
           
static EntityFormAction DefaultEntityFormActions.PREVIEW
           
static EntityFormAction DefaultEntityFormActions.SAVE
           
 

Fields in org.broadleafcommerce.openadmin.web.form.entity with type parameters of type EntityFormAction
protected  List<EntityFormAction> EntityForm.actions
           
 

Methods in org.broadleafcommerce.openadmin.web.form.entity that return EntityFormAction
 EntityFormAction EntityFormAction.clone()
           
 EntityFormAction EntityFormAction.withButtonClass(String buttonClass)
           
 EntityFormAction EntityFormAction.withButtonType(String buttonType)
           
 EntityFormAction EntityFormAction.withDisplayText(String displayText)
           
 EntityFormAction EntityFormAction.withIconClass(String iconClass)
           
 EntityFormAction EntityFormAction.withUrlPostfix(String urlPostfix)
           
 

Methods in org.broadleafcommerce.openadmin.web.form.entity that return types with arguments of type EntityFormAction
 List<EntityFormAction> EntityForm.getActions()
           
 

Methods in org.broadleafcommerce.openadmin.web.form.entity with parameters of type EntityFormAction
 void EntityForm.addAction(EntityFormAction action)
           
 void EntityForm.removeAction(EntityFormAction action)
           
 

Method parameters in org.broadleafcommerce.openadmin.web.form.entity with type arguments of type EntityFormAction
 void EntityForm.setActions(List<EntityFormAction> actions)
           
 



Copyright © 2013. All Rights Reserved.