Class DefaultListGridActions

java.lang.Object
org.broadleafcommerce.openadmin.web.form.component.DefaultListGridActions

public class DefaultListGridActions extends Object
Convenience class to deal with the common actions on most list grids. If you are using one of these static variables as a base for a new action, do not modify them directly or your changes will persist for the remainder of the application. Instead, use the clone() method from ListGridAction. For instance:
  
  ListGridAction newAddAction = DefaultListGridActions.ADD.clone().withDisplayText("New Add Text");
  
 
Author:
Andre Azzolini