org.broadleafcommerce.openadmin.web.form.component
Class DefaultListGridActions

java.lang.Object
  extended by 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
See Also:
ListGridAction#clone()}

Field Summary
static ListGridAction ADD
           
static ListGridAction REMOVE
           
static ListGridAction REORDER
           
static ListGridAction UPDATE
           
static ListGridAction VIEW
           
 
Constructor Summary
DefaultListGridActions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD

public static final ListGridAction ADD

REORDER

public static final ListGridAction REORDER

REMOVE

public static final ListGridAction REMOVE

UPDATE

public static final ListGridAction UPDATE

VIEW

public static final ListGridAction VIEW
Constructor Detail

DefaultListGridActions

public DefaultListGridActions()


Copyright © 2013. All Rights Reserved.