Uses of Interface
de.espirit.firstspirit.webedit.server.NewSectionOperation
Packages that use NewSectionOperation
-
Uses of NewSectionOperation in de.espirit.firstspirit.webedit.server
Fields in de.espirit.firstspirit.webedit.server with type parameters of type NewSectionOperationModifier and TypeFieldDescriptionstatic final OperationType<NewSectionOperation>NewSectionOperation.TYPEOperation for creating a new SectionMethods in de.espirit.firstspirit.webedit.server that return NewSectionOperationModifier 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) ACommodityContainermay be provided to support drag-and-drop data containing either aSectionor 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 automatedSectioncreation.Contextual section after which the new section should be inserted.NewSectionOperation.template(@NotNull SectionTemplate template) TheSectionTemplateon which the new section should be based on.