| 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 java.util.List<ListGridAction> |
ListGrid.rowActions |
protected java.util.List<ListGridAction> |
ListGrid.toolbarActions |
| Modifier and Type | Method and Description |
|---|---|
ListGridAction |
ListGridAction.clone() |
ListGridAction |
ListGridAction.withButtonClass(java.lang.String buttonClass) |
ListGridAction |
ListGridAction.withDisplayText(java.lang.String displayText) |
ListGridAction |
ListGridAction.withForListGridReadOnly(java.lang.Boolean forListGridReadOnly) |
ListGridAction |
ListGridAction.withIconClass(java.lang.String iconClass) |
ListGridAction |
ListGridAction.withUrlPostfix(java.lang.String urlPostfix) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ListGridAction> |
ListGrid.getRowActions() |
java.util.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(java.util.List<ListGridAction> rowActions) |
void |
ListGrid.setToolbarActions(java.util.List<ListGridAction> toolbarActions) |
Copyright © 2018. All Rights Reserved.