| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.web.form.entity |
| Modifier and Type | Field and Description |
|---|---|
static EntityFormAction |
DefaultAdornedEntityFormActions.Add |
static EntityFormAction |
DefaultMainActions.ADD |
static EntityFormAction |
DefaultEntityFormActions.DELETE |
static EntityFormAction |
DefaultEntityFormActions.PREVIEW |
static EntityFormAction |
DefaultAdornedEntityFormActions.Save |
static EntityFormAction |
DefaultEntityFormActions.SAVE |
| Modifier and Type | Field and Description |
|---|---|
protected List<EntityFormAction> |
EntityForm.actions |
| Modifier and Type | Method and Description |
|---|---|
EntityFormAction |
EntityFormAction.clone() |
EntityFormAction |
EntityForm.findActionById(String id) |
EntityFormAction |
EntityFormAction.withButtonClass(String buttonClass) |
EntityFormAction |
EntityFormAction.withButtonType(String buttonType) |
EntityFormAction |
EntityFormAction.withConfirmEnabledText(String confirmEnabledText) |
EntityFormAction |
EntityFormAction.withDisplayText(String displayText) |
EntityFormAction |
EntityFormAction.withIconClass(String iconClass) |
EntityFormAction |
EntityFormAction.withIsConfirmEnabled(Boolean confirmEnabled) |
EntityFormAction |
EntityFormAction.withUrlOverride(String urlOverride) |
EntityFormAction |
EntityFormAction.withUrlPostfix(String urlPostfix) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityFormAction> |
EntityForm.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityForm.addAction(EntityFormAction action) |
void |
EntityForm.addAction(int position,
EntityFormAction action)
Uses a zero based position.
|
void |
EntityForm.removeAction(EntityFormAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityForm.setActions(List<EntityFormAction> actions) |
Copyright © 2021. All rights reserved.