| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.web.form.component |
| Modifier and Type | Field and Description |
|---|---|
static ListGridAction |
DefaultListGridActions.ADD |
static ListGridAction |
DefaultListGridActions.ADD_EMPTY |
static ListGridAction |
DefaultListGridActions.ASSET_ADD |
static ListGridAction |
DefaultListGridActions.ASSET_GRID_SINGLE_SELECT |
static ListGridAction |
DefaultListGridActions.EDIT |
static ListGridAction |
DefaultListGridActions.MULTI_SELECT |
static ListGridAction |
DefaultListGridActions.PREVIEW |
static ListGridAction |
DefaultListGridActions.REMOVE |
static ListGridAction |
DefaultListGridActions.SINGLE_SELECT |
static ListGridAction |
DefaultListGridActions.TREE_ADD |
static ListGridAction |
DefaultListGridActions.TREE_JUMP_TO_CONTEXT |
static ListGridAction |
DefaultListGridActions.TREE_LOOKUP_SELECT |
static ListGridAction |
DefaultListGridActions.UPDATE |
static ListGridAction |
DefaultListGridActions.VIEW |
| Modifier and Type | Field and Description |
|---|---|
protected List<ListGridAction> |
ListGridActionGroup.listGridActions |
protected List<ListGridAction> |
ListGrid.modalRowActions |
protected List<ListGridAction> |
ListGrid.rowActions |
protected List<ListGridAction> |
ListGrid.toolbarActions |
| Modifier and Type | Method and Description |
|---|---|
List<ListGridAction> |
ListGridActionGroup.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 screen
|
List<ListGridAction> |
ListGrid.getActiveModalRowActions()
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.getActiveRowActionGroups()
Grabs a filtered list of row action groupss filtered by whether or not they match the same readonly state as the listgrid
and are thus shown on the screen
|
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.getActiveToolbarActionGroups()
Grabs a filtered list of toolbar action groupss 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> |
ListGridActionGroup.getListGridActions() |
List<ListGridAction> |
ListGrid.getModalRowActions() |
List<ListGridAction> |
ListGrid.getRowActions() |
List<ListGridAction> |
ListGrid.getToolbarActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGridActionGroup.addAction(ListGridAction action) |
void |
ListGrid.addModalRowAction(ListGridAction action) |
void |
ListGrid.addRowAction(ListGridAction action) |
void |
ListGrid.addToolbarAction(ListGridAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGridActionGroup.setListGridActions(List<ListGridAction> listGridActions) |
void |
ListGrid.setModalRowActions(List<ListGridAction> modalRowActions) |
void |
ListGrid.setRowActions(List<ListGridAction> rowActions) |
void |
ListGrid.setToolbarActions(List<ListGridAction> toolbarActions) |
Copyright © 2016. All rights reserved.