Modifier and Type | Method and Description |
---|---|
Property[] |
DynamicFieldPersistenceHandlerHelper.buildDynamicPropertyList(List<FieldGroup> fieldGroups,
Class<?> inheritedType)
Builds all of the metadata for all of the dynamic properties within a
StructuredContentType , gleaned from
the FieldGroup s and FieldDefinition s. |
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 © 2014. All rights reserved.