| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.dto | |
| org.broadleafcommerce.openadmin.web.expression | |
| org.broadleafcommerce.openadmin.web.form.entity |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Tab> |
DynamicResultSet.getUnselectedTabMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicResultSet.setUnselectedTabMetadata(Map<String,Tab> unselectedTabMetadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityFormVariableExpression.isTabActive(EntityForm ef,
Tab tab) |
| Modifier and Type | Field and Description |
|---|---|
protected TreeSet<Tab> |
EntityForm.tabs |
| Modifier and Type | Method and Description |
|---|---|
Tab |
EntityForm.findTab(String tabKey) |
Tab |
EntityForm.findTabForField(String fieldName) |
Tab |
Tab.withCustomTemplate(String customTemplate) |
Tab |
Tab.withIsMultiColumn(Boolean isMultiColumn) |
Tab |
Tab.withKey(String key) |
Tab |
Tab.withOrder(Integer order) |
Tab |
Tab.withTabClass(String tabClass) |
Tab |
Tab.withTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
Set<Tab> |
EntityForm.getTabs() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityForm.removeTab(Tab tab) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityForm.setTabs(Set<Tab> tabs) |
Copyright © 2017. All rights reserved.