Modifier and Type | Method and Description |
---|---|
SectionTemplate[] |
ContentAreaListValue.getAllowedTemplates()
Deprecated.
since 4.2.200 - use
ContentAreaListValue.getAllowedSectionTemplates() instead |
Modifier and Type | Method and Description |
---|---|
Iterable<SectionTemplate> |
ContentAreaListValue.getAllowedSectionTemplates()
Deprecated.
Returns an unmodifiable iterable of allowed
section templates
which could be used to create new sections. |
Modifier and Type | Method and Description |
---|---|
Collection<SectionTemplate> |
SectionFormsProducer.getAllowedTemplates()
Returns an unmodifiable collection of allowed
section templates . |
Modifier and Type | Method and Description |
---|---|
IdProvidingFormData |
SectionFormsProducer.create(SectionTemplate template)
Creates a new form-data container based on the specified section template.
|
Section |
SectionList.create(String sectionName,
SectionTemplate template)
Deprecated.
since 5.2.21 - see type
|
Modifier and Type | Interface and Description |
---|---|
interface |
Section<T extends SectionTemplate>
This interface provides methods to handle the sections of Pages in the PageStore.
|
interface |
SectionReference<T extends SectionTemplate>
Interface providing means to operate on section references.
|
Modifier and Type | Method and Description |
---|---|
void |
SectionReference.setTemplate(SectionTemplate template)
Throws an
UnsupportedOperationException . |
Modifier and Type | Interface and Description |
---|---|
interface |
TableTemplate
Interface for templates defining GUI for content store.
|
Modifier and Type | Method and Description |
---|---|
SectionTemplate |
SectionTemplates.createTemplate(String uid)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.getTemplate(String uid)
Returns page template with the given uid or
null . |
Modifier and Type | Method and Description |
---|---|
TemplateFolder<SectionTemplate> |
SectionTemplates.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<SectionTemplate> |
SectionTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
Class<SectionTemplate> |
SectionTemplates.getTemplateType()
Generic type information of the template type this template container may hold.
|
Modifier and Type | Method and Description |
---|---|
NewSectionOperation |
NewSectionOperation.template(SectionTemplate template)
The
SectionTemplate on which the new section should be based on. |
Modifier and Type | Method and Description |
---|---|
NewSectionOperation |
NewSectionOperation.filterAvailableTemplates(Filter<SectionTemplate> filter)
You may provide a filter to control which templates are available for the new
Section . |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210