Uses of Interface
de.espirit.firstspirit.webedit.server.NewSectionOperation
-
Uses of NewSectionOperation in de.espirit.firstspirit.webedit.server
Modifier and TypeFieldDescriptionstatic final OperationType<NewSectionOperation>
NewSectionOperation.TYPE
Operation for creating a new SectionModifier and TypeMethodDescriptionBody on which a new section should be created.NewSectionOperation.delegateContext
(Map<String, Object> context) Convenient method to pass a whole context containing all needed information to the operation.NewSectionOperation.dropData
(CommodityContainer dropData) ACommodityContainer
may be provided to support drag-and-drop data containing either aSection
or other data compatible with any drop editor configured in each allowed template.NewSectionOperation.filterAvailableTemplates
(Filter<SectionTemplate> filter) You may provide a filter to control which templates are available for the newSection
.NewSectionOperation.preselectedLanguage
(@NotNull Language language) Sets a preselected language in new-section dialogs.NewSectionOperation.reloadAfterCreation
(String elementId) The ID of an HTML element to be reloaded instead of the complete preview, after an automatedSection
creation.Contextual section after which the new section should be inserted.NewSectionOperation.template
(@NotNull SectionTemplate template) TheSectionTemplate
on which the new section should be based on.