|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
These actions will start greyed out and unable to be clicked until a specific row has been selected |
protected List<ListGridAction> |
ListGrid.toolbarActions
|
| Methods in org.broadleafcommerce.openadmin.web.form.component that return ListGridAction | |
|---|---|
ListGridAction |
ListGridAction.withButtonClass(String buttonClass)
|
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()
|
| Methods in org.broadleafcommerce.openadmin.web.form.component with parameters of type ListGridAction | |
|---|---|
void |
ListGrid.addRowAction(ListGridAction action)
|
void |
ListGrid.addToolbarAction(ListGridAction action)
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||