|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| org.broadleafcommerce.openadmin.web.form.component | |
| org.broadleafcommerce.openadmin.web.form.entity | |
| org.broadleafcommerce.openadmin.web.service | |
| Uses of Field in org.broadleafcommerce.openadmin.web.form.component |
|---|
| Fields in org.broadleafcommerce.openadmin.web.form.component with type parameters of type Field | |
|---|---|
protected Map<String,Field> |
ListGridRecord.fieldMap
Convenience map keyed by the field name. |
protected List<Field> |
ListGridRecord.fields
|
protected Set<Field> |
ListGrid.headerFields
|
| Methods in org.broadleafcommerce.openadmin.web.form.component that return Field | |
|---|---|
Field |
ListGridRecord.getField(String fieldName)
Returns a Field in this record for a particular field name. |
| Methods in org.broadleafcommerce.openadmin.web.form.component that return types with arguments of type Field | |
|---|---|
List<Field> |
ListGridRecord.getFields()
Normally you should not be looping through these fields. |
Set<Field> |
ListGrid.getHeaderFields()
|
| Method parameters in org.broadleafcommerce.openadmin.web.form.component with type arguments of type Field | |
|---|---|
void |
ListGridRecord.setFields(List<Field> fields)
|
void |
ListGrid.setHeaderFields(Set<Field> headerFields)
|
| Uses of Field in org.broadleafcommerce.openadmin.web.form.entity |
|---|
| Subclasses of Field in org.broadleafcommerce.openadmin.web.form.entity | |
|---|---|
class |
ComboField
|
| Fields in org.broadleafcommerce.openadmin.web.form.entity with type parameters of type Field | |
|---|---|
protected Map<String,Field> |
EntityForm.fields
|
protected Set<Field> |
FieldGroup.fields
|
| Methods in org.broadleafcommerce.openadmin.web.form.entity that return Field | |
|---|---|
Field |
EntityForm.findField(String fieldName)
|
Field |
EntityForm.removeField(String fieldName)
|
Field |
Field.withDisplayValue(String displayValue)
|
Field |
Field.withFieldType(String fieldType)
|
Field |
Field.withForeignKeyDisplayValueProperty(String foreignKeyDisplayValueProperty)
|
Field |
Field.withFriendlyName(String friendlyName)
|
Field |
Field.withIdOverride(String idOverride)
|
Field |
Field.withName(String name)
|
Field |
Field.withOrder(Integer order)
|
Field |
Field.withValue(String value)
|
| Methods in org.broadleafcommerce.openadmin.web.form.entity that return types with arguments of type Field | |
|---|---|
Map<String,Field> |
EntityForm.getFields()
|
Set<Field> |
FieldGroup.getFields()
|
| Methods in org.broadleafcommerce.openadmin.web.form.entity with parameters of type Field | |
|---|---|
void |
EntityForm.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)
|
| Method parameters in org.broadleafcommerce.openadmin.web.form.entity with type arguments of type Field | |
|---|---|
void |
FieldGroup.setFields(Set<Field> fields)
|
| Uses of Field in org.broadleafcommerce.openadmin.web.service |
|---|
| Method parameters in org.broadleafcommerce.openadmin.web.service with type arguments of type Field | |
|---|---|
protected ListGrid |
FormBuilderServiceImpl.createListGrid(String className,
List<Field> headerFields,
ListGrid.Type type,
Entity[] entities,
String sectionKey,
int order)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||