| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.web.form.component | |
| org.broadleafcommerce.openadmin.web.form.entity | |
| org.broadleafcommerce.openadmin.web.service |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaField |
class |
RuleBuilderField |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Field> |
ListGridRecord.fieldMap
Convenience map keyed by the field name.
|
protected List<Field> |
ListGridRecord.fields |
protected Set<Field> |
ListGrid.headerFields |
protected List<Field> |
ListGridRecord.hiddenFields |
| Modifier and Type | Method and Description |
|---|---|
Field |
ListGridRecord.getField(String fieldName)
Returns a
Field in this record for a particular field name. |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
ListGridRecord.getFields()
Normally you should not be looping through these fields.
|
Set<Field> |
ListGrid.getHeaderFields() |
List<Field> |
ListGridRecord.getHiddenFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGridRecord.setFields(List<Field> fields) |
void |
ListGrid.setHeaderFields(Set<Field> headerFields) |
void |
ListGridRecord.setHiddenFields(List<Field> hiddenFields) |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeField |
class |
ComboField |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Field> |
FieldGroup.alternateOrderedFields |
protected Map<String,Field> |
EntityForm.fields |
protected Set<Field> |
FieldGroup.fields |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
Tab.getFields() |
Map<String,Field> |
EntityForm.getFields() |
Set<Field> |
FieldGroup.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityForm.addField(Field field) |
boolean |
FieldGroup.addField(Field field) |
void |
EntityForm.addField(Field field,
String groupName,
Integer groupOrder,
String tabName,
Integer tabOrder) |
void |
EntityForm.addHiddenField(Field field) |
void |
EntityForm.addMapKeyField(Field field) |
boolean |
FieldGroup.removeField(Field field) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroup.setFields(Set<Field> fields) |
| Modifier and Type | Method and Description |
|---|---|
protected Field |
FormBuilderServiceImpl.createHeaderField(Property p,
BasicFieldMetadata fmd) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
FormBuilderServiceImpl.isDerivedField(Field headerField,
Field recordField,
Property p)
Determines whether or not a particular field in a record is derived.
|
| Modifier and Type | Method and Description |
|---|---|
protected ListGrid |
FormBuilderServiceImpl.createListGrid(String className,
List<Field> headerFields,
ListGrid.Type type,
DynamicResultSet drs,
String sectionKey,
int order,
String idProperty,
List<SectionCrumb> sectionCrumbs) |
Copyright © 2015. All rights reserved.