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

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

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

Fields in org.broadleafcommerce.openadmin.web.form.entity declared as EntityFormAction
static EntityFormAction DefaultEntityFormActions.DELETE
           
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.withButtonClass(String buttonClass)
           
 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)
           
 

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.