| 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 java.util.Map<java.lang.String,Field> |
ListGridRecord.fieldMap
Convenience map keyed by the field name.
|
protected java.util.List<Field> |
ListGridRecord.fields |
protected java.util.Set<Field> |
ListGrid.headerFields |
protected java.util.List<Field> |
ListGridRecord.hiddenFields |
| Modifier and Type | Method and Description |
|---|---|
Field |
ListGridRecord.getField(java.lang.String fieldName)
Returns a
Field in this record for a particular field name. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Field> |
ListGridRecord.getFields()
Normally you should not be looping through these fields.
|
java.util.Set<Field> |
ListGrid.getHeaderFields() |
java.util.List<Field> |
ListGridRecord.getHiddenFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGridRecord.setFields(java.util.List<Field> fields) |
void |
ListGrid.setHeaderFields(java.util.Set<Field> headerFields) |
void |
ListGridRecord.setHiddenFields(java.util.List<Field> hiddenFields) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComboField |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<Field> |
FieldGroup.alternateOrderedFields |
protected java.util.Map<java.lang.String,Field> |
EntityForm.fields |
protected java.util.Set<Field> |
FieldGroup.fields |
| Modifier and Type | Method and Description |
|---|---|
Field |
EntityForm.findField(java.lang.String fieldName) |
Field |
EntityForm.removeField(java.lang.String fieldName) |
Field |
Field.withAlternateOrdering(java.lang.Boolean alternateOrdering) |
Field |
Field.withColumnWidth(java.lang.String columnWidth) |
Field |
Field.withDerived(java.lang.Boolean isDerived) |
Field |
Field.withDisplayValue(java.lang.String displayValue) |
Field |
Field.withFieldType(java.lang.String fieldType) |
Field |
Field.withFilterSortDisabled(java.lang.Boolean isFilterSortDisabled) |
Field |
Field.withForeignKeyClass(java.lang.String foreignKeyClass) |
Field |
Field.withForeignKeyDisplayValueProperty(java.lang.String foreignKeyDisplayValueProperty) |
Field |
Field.withFriendlyName(java.lang.String friendlyName) |
Field |
Field.withIdOverride(java.lang.String idOverride) |
Field |
Field.withMainEntityLink(java.lang.Boolean isMainEntityLink) |
Field |
Field.withName(java.lang.String name) |
Field |
Field.withOrder(java.lang.Integer order) |
Field |
Field.withOwningEntityClass(java.lang.String owningEntityClass) |
Field |
Field.withReadOnly(java.lang.Boolean isReadOnly) |
Field |
Field.withRequired(java.lang.Boolean required) |
Field |
Field.withTranslatable(java.lang.Boolean isTranslatable) |
Field |
Field.withValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Field> |
Tab.getFields() |
java.util.Map<java.lang.String,Field> |
EntityForm.getFields() |
java.util.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,
java.lang.String groupName,
java.lang.Integer groupOrder,
java.lang.String tabName,
java.lang.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(java.util.Set<Field> fields) |
| Modifier and Type | Method and Description |
|---|---|
protected Field |
FormBuilderServiceImpl.createHeaderField(Property p,
BasicFieldMetadata fmd) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.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(java.lang.String className,
java.util.List<Field> headerFields,
ListGrid.Type type,
DynamicResultSet drs,
java.lang.String sectionKey,
int order,
java.lang.String idProperty) |
Copyright © 2018. All Rights Reserved.