Uses of Class
org.broadleafcommerce.openadmin.web.form.component.ListGridAction

Packages that use ListGridAction
org.broadleafcommerce.openadmin.web.form.component   
 

Uses of ListGridAction in org.broadleafcommerce.openadmin.web.form.component
 

Fields in org.broadleafcommerce.openadmin.web.form.component declared as ListGridAction
static ListGridAction DefaultListGridActions.ADD
           
static ListGridAction DefaultListGridActions.REMOVE
           
static ListGridAction DefaultListGridActions.UPDATE
           
 

Fields in org.broadleafcommerce.openadmin.web.form.component with type parameters of type ListGridAction
protected  List<ListGridAction> ListGrid.rowActions
           
protected  List<ListGridAction> ListGrid.toolbarActions
           
 

Methods in org.broadleafcommerce.openadmin.web.form.component that return ListGridAction
 ListGridAction ListGridAction.withAnchorClass(String anchorClass)
           
 ListGridAction ListGridAction.withDisplayText(String displayText)
           
 ListGridAction ListGridAction.withIconClass(String iconClass)
           
 ListGridAction ListGridAction.withUrlPostfix(String urlPostfix)
           
 

Methods in org.broadleafcommerce.openadmin.web.form.component that return types with arguments of type ListGridAction
 List<ListGridAction> ListGrid.getRowActions()
           
 List<ListGridAction> ListGrid.getToolbarActions()
           
 

Method parameters in org.broadleafcommerce.openadmin.web.form.component with type arguments of type ListGridAction
 void ListGrid.setRowActions(List<ListGridAction> rowActions)
           
 void ListGrid.setToolbarActions(List<ListGridAction> toolbarActions)
           
 



Copyright © 2013. All Rights Reserved.