Package | Description |
---|---|
org.broadleafcommerce.cms.field.domain | |
org.broadleafcommerce.cms.page.domain | |
org.broadleafcommerce.cms.structure.domain |
Modifier and Type | Class and Description |
---|---|
class |
FieldGroupImpl
Created by bpolster.
|
Modifier and Type | Field and Description |
---|---|
protected FieldGroup |
FieldDefinitionImpl.fieldGroup |
Modifier and Type | Method and Description |
---|---|
FieldGroup |
FieldDefinitionImpl.getFieldGroup() |
FieldGroup |
FieldDefinition.getFieldGroup() |
Modifier and Type | Method and Description |
---|---|
void |
FieldDefinitionImpl.setFieldGroup(FieldGroup fieldGroup) |
void |
FieldDefinition.setFieldGroup(FieldGroup fieldGroup) |
Modifier and Type | Field and Description |
---|---|
protected List<FieldGroup> |
PageTemplateImpl.fieldGroups |
Modifier and Type | Method and Description |
---|---|
List<FieldGroup> |
PageTemplateImpl.getFieldGroups() |
List<FieldGroup> |
PageTemplate.getFieldGroups() |
Modifier and Type | Method and Description |
---|---|
void |
PageTemplateImpl.setFieldGroups(List<FieldGroup> fieldGroups) |
void |
PageTemplate.setFieldGroups(List<FieldGroup> fieldGroups) |
Modifier and Type | Field and Description |
---|---|
protected List<FieldGroup> |
StructuredContentFieldTemplateImpl.fieldGroups |
Modifier and Type | Method and Description |
---|---|
List<FieldGroup> |
StructuredContentFieldTemplateImpl.getFieldGroups() |
List<FieldGroup> |
StructuredContentFieldTemplate.getFieldGroups()
Returns the list of the field groups for this template.
|
Modifier and Type | Method and Description |
---|---|
void |
StructuredContentFieldTemplateImpl.setFieldGroups(List<FieldGroup> fieldGroups) |
void |
StructuredContentFieldTemplate.setFieldGroups(List<FieldGroup> fieldGroups)
Sets the list of field groups for this template.
|
Copyright © 2013. All rights reserved.