| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.web.form.entity |
| Modifier and Type | Field and Description |
|---|---|
static EntityFormAction |
DefaultMainActions.ADD |
static EntityFormAction |
DefaultEntityFormActions.DELETE |
static EntityFormAction |
DefaultEntityFormActions.SAVE |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EntityFormAction> |
EntityForm.actions |
| Modifier and Type | Method and Description |
|---|---|
EntityFormAction |
EntityFormAction.clone() |
EntityFormAction |
EntityFormAction.withButtonClass(java.lang.String buttonClass) |
EntityFormAction |
EntityFormAction.withButtonType(java.lang.String buttonType) |
EntityFormAction |
EntityFormAction.withDisplayText(java.lang.String displayText) |
EntityFormAction |
EntityFormAction.withIconClass(java.lang.String iconClass) |
EntityFormAction |
EntityFormAction.withUrlPostfix(java.lang.String urlPostfix) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntityFormAction> |
EntityForm.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityForm.addAction(EntityFormAction action) |
void |
EntityForm.removeAction(EntityFormAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityForm.setActions(java.util.List<EntityFormAction> actions) |
Copyright © 2018. All Rights Reserved.