| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.web.form.component |
| Modifier and Type | Field and Description |
|---|---|
static ListGridAction |
DefaultListGridActions.ADD |
static ListGridAction |
DefaultListGridActions.PREVIEW |
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 |
ListGrid.findRowAction(String actionId) |
ListGridAction |
ListGrid.findToolbarAction(String actionId) |
ListGridAction |
ListGridAction.withActionUrlOverride(String actionUrlOverride) |
ListGridAction |
ListGridAction.withAllCapable(Boolean allCapable) |
ListGridAction |
ListGridAction.withButtonClass(String buttonClass) |
ListGridAction |
ListGridAction.withDisplayText(String displayText) |
ListGridAction |
ListGridAction.withForListGridReadOnly(Boolean forListGridReadOnly) |
ListGridAction |
ListGridAction.withIconClass(String iconClass) |
ListGridAction |
ListGridAction.withSingleActionOnly(Boolean singleActionOnly) |
ListGridAction |
ListGridAction.withUrlPostfix(String urlPostfix) |
| Modifier and Type | Method and Description |
|---|---|
List<ListGridAction> |
ListGrid.getActiveRowActions()
Grabs a filtered list of row actions filtered by whether or not they match the same readonly state as the listgrid
and are thus shown on the screen
|
List<ListGridAction> |
ListGrid.getActiveToolbarActions()
Grabs a filtered list of toolbar actions filtered by whether or not they match the same readonly state as the listgrid
and are thus shown on the screen
|
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 © 2015. All rights reserved.