Class ListGridActionGroup
java.lang.Object
org.broadleafcommerce.openadmin.web.form.component.ListGridActionGroup
- All Implemented Interfaces:
Cloneable
Grouping of buttons to display on the frontend for a list grid. These will be displayed at the top of the
ListGrid that they
are related to.- Author:
- Chris Kittrell (ckittrell)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<ListGridAction>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAction(ListGridAction action) clone()findAction(String actionId) getActiveActions(boolean listGridIsReadOnly) Grabs a filtered list of actions filtered by whether or not they match the same readonly state as the listgrid and are thus shown on the screengetName()voidvoidsetActionGroupClass(String actionGroupClass) voidsetListGridActions(List<ListGridAction> listGridActions) voidwithActionGroupClass(String actionGroupClass)
-
Field Details
-
name
-
actionGroupClass
-
listGridActions
-
-
Constructor Details
-
ListGridActionGroup
public ListGridActionGroup()
-
-
Method Details
-
withName
-
withActionGroupClass
-
getActiveActions
Grabs a filtered list of actions filtered by whether or not they match the same readonly state as the listgrid and are thus shown on the screen -
findAction
-
addAction
-
removeAllActions
public void removeAllActions() -
getName
-
setName
-
getActionGroupClass
-
setActionGroupClass
-
getListGridActions
-
setListGridActions
-
clone
-