org.broadleafcommerce.openadmin.web.form.component
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
- See Also:
ListGridAction#clone()}
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DefaultListGridActions
public DefaultListGridActions()
Copyright © 2013. All Rights Reserved.