| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.web.form.component |
| Modifier and Type | Field and Description |
|---|---|
static ListGridAction |
DefaultListGridActions.ADD |
static ListGridAction |
DefaultListGridActions.REMOVE |
static ListGridAction |
DefaultListGridActions.REORDER |
static ListGridAction |
DefaultListGridActions.UPDATE |
static ListGridAction |
DefaultListGridActions.VIEW |
| Modifier and Type | Field and Description |
|---|---|
protected List<ListGridAction> |
ListGrid.rowActions |
protected List<ListGridAction> |
ListGrid.toolbarActions |
| Modifier and Type | Method and Description |
|---|---|
ListGridAction |
ListGridAction.clone() |
ListGridAction |
ListGridAction.withButtonClass(String buttonClass) |
ListGridAction |
ListGridAction.withDisplayText(String displayText) |
ListGridAction |
ListGridAction.withForListGridReadOnly(Boolean forListGridReadOnly) |
ListGridAction |
ListGridAction.withIconClass(String iconClass) |
ListGridAction |
ListGridAction.withUrlPostfix(String urlPostfix) |
| Modifier and Type | Method and Description |
|---|---|
List<ListGridAction> |
ListGrid.getRowActions() |
List<ListGridAction> |
ListGrid.getToolbarActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGrid.addRowAction(ListGridAction action) |
void |
ListGrid.addToolbarAction(ListGridAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGrid.setRowActions(List<ListGridAction> rowActions) |
void |
ListGrid.setToolbarActions(List<ListGridAction> toolbarActions) |
Copyright © 2017. All Rights Reserved.