| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.web.form.entity |
| Modifier and Type | Method and Description |
|---|---|
FieldGroup |
EntityForm.collapseToOneFieldGroup() |
FieldGroup |
EntityForm.findGroup(String groupName) |
FieldGroup |
Tab.findGroupByKey(String key) |
FieldGroup |
Tab.findGroupByTitle(String title) |
FieldGroup |
FieldGroup.withCustomTemplate(String customTemplate) |
FieldGroup |
FieldGroup.withKey(String key) |
FieldGroup |
FieldGroup.withOrder(Integer order) |
FieldGroup |
FieldGroup.withTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
Set<FieldGroup> |
Tab.getFieldGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tab.removeFieldGroup(FieldGroup fieldGroup) |
void |
EntityForm.removeGroup(FieldGroup group) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tab.setFieldGroups(Set<FieldGroup> fieldGroups) |
Copyright © 2021. All rights reserved.