Uses of Interface
de.espirit.firstspirit.access.store.pagestore.Section
Packages that use Section
Package
Description
-
Uses of Section in de.espirit.firstspirit.access.editor
Methods in de.espirit.firstspirit.access.editor that return SectionModifier and TypeMethodDescriptionDomTableEditorValue.getSection(Language language, int row, int column) Deprecated.Get a cell defined by language, row, and column as Section object.Methods in de.espirit.firstspirit.access.editor with parameters of type SectionModifier 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
Methods in de.espirit.firstspirit.access.editor.value that return SectionModifier 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.Methods in de.espirit.firstspirit.access.editor.value that return types with arguments of type SectionModifier and TypeMethodDescriptionSectionList.diff(SectionList others) Deprecated.since 5.2.21 - see typeMethods in de.espirit.firstspirit.access.editor.value with parameters of type SectionModifier and TypeMethodDescriptionvoidDeprecated.since 5.2.21 - see typevoidElementReference.setSection(@Nullable Section<?> section) Defines a section being referenced together with the element.voidTargetReference.setSection(@Nullable Section<?> section) Set the section to be referenced. -
Uses of Section in de.espirit.firstspirit.access.store.globalstore
Subinterfaces of Section in de.espirit.firstspirit.access.store.globalstoreModifier and TypeInterfaceDescriptioninterfaceInterface providing means top operate on global store sections.Methods in de.espirit.firstspirit.access.store.globalstore that return SectionModifier 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
Subinterfaces of Section in de.espirit.firstspirit.access.store.pagestoreModifier and TypeInterfaceDescriptioninterfaceThis is a section which renders new content.interfaceSectionReference<T extends SectionTemplate>Interface providing means to operate on section references.Methods in de.espirit.firstspirit.access.store.pagestore that return SectionModifier and TypeMethodDescriptionBody.createSection(String name, Template template) Create a new section with the given name and template.SectionReference.getReference()Returns the referenced sourceSection.Section.resolveSection()Resolves the actualSectionby following all references.Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type SectionModifier 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
Methods in de.espirit.firstspirit.webedit.server that return SectionModifier and TypeMethodDescriptionSection<?>NewSectionOperation.perform()Executes this operation based on the previously defined settings.Methods in de.espirit.firstspirit.webedit.server with parameters of type SectionModifier and TypeMethodDescriptionContextual section after which the new section should be inserted.