Uses of Interface
de.espirit.firstspirit.access.store.pagestore.Section
Package
Description
-
Uses of Section in de.espirit.firstspirit.access.editor
Modifier and TypeMethodDescriptionDomTableEditorValue.getSection
(Language language, int row, int column) Deprecated.Get a cell defined by language, row, and column as Section object.Modifier and TypeMethodDescriptionString[]
ContentAreaListValue.getDisplayValues
(Section section) Deprecated.Provides the display values for the given section as array. -
Uses of Section in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescriptionSectionList.create
(String sectionName, SectionTemplate template) Deprecated.since 5.2.21 - see typeDeprecated.since 4.2.200 - useSectionList.create(String, de.espirit.firstspirit.access.store.templatestore.SectionTemplate)
insteadDeprecated.since 5.2.21 - see type@Nullable Section<?>
ElementReference.getSection()
Provides the section that may be referenced together with the element.@Nullable Section<?>
TargetReference.getSection()
Get the referenced section.@Nullable Section<?>
TargetReference.loadSection
(@NotNull Page page, String sectionName) Load a section of the given referenced page identified by its section name.Modifier and TypeMethodDescriptionSectionList.diff
(SectionList others) Deprecated.since 5.2.21 - see typeModifier and TypeMethodDescriptionvoid
Deprecated.since 5.2.21 - see typevoid
ElementReference.setSection
(@Nullable Section<?> section) Defines a section being referenced together with the element.void
TargetReference.setSection
(@Nullable Section<?> section) Set the section to be referenced. -
Uses of Section in de.espirit.firstspirit.access.store.globalstore
Modifier and TypeInterfaceDescriptioninterface
Interface providing means top operate on global store sections.Modifier and TypeMethodDescriptionGCABody.createSection
(String name, Template template) Create a new GCASection for this body with given name and Section-Template -
Uses of Section in de.espirit.firstspirit.access.store.pagestore
Modifier and TypeInterfaceDescriptioninterface
This is a section which renders new content.interface
SectionReference<T extends SectionTemplate>
Interface providing means to operate on section references.Modifier and TypeMethodDescriptionBody.createSection
(String name, Template template) Create a new section with the given name and template.SectionReference.getReference()
Return the referenced sourceSection
.Modifier and TypeMethodDescriptionBody.createSectionReference
(String name, Section sourceSection) Creates a section reference based on the given source section as new child of this body. -
Uses of Section in de.espirit.firstspirit.webedit.server
Modifier and TypeMethodDescriptionSection<?>
NewSectionOperation.perform()
Executes this operation based on the previously defined settings.Modifier and TypeMethodDescriptionContextual section after which the new section should be inserted.