Package | Description |
---|---|
de.espirit.firstspirit.webedit.server |
Modifier and Type | Field and Description |
---|---|
static OperationType<NewSectionOperation> |
NewSectionOperation.TYPE
Operation for creating a new Section
|
Modifier and Type | Method and Description |
---|---|
NewSectionOperation |
NewSectionOperation.body(Body body)
Body on which a new section should be created.
|
NewSectionOperation |
NewSectionOperation.delegateContext(Map<String,Object> context)
Convenient method to pass a whole context containing all needed information to the operation.
|
NewSectionOperation |
NewSectionOperation.dropData(CommodityContainer dropData)
A
CommodityContainer may be provided to support drag-and-drop data containing either a Section
or other data compatible with any drop editor configured in each allowed template. |
NewSectionOperation |
NewSectionOperation.filterAvailableTemplates(Filter<SectionTemplate> filter)
You may provide a filter to control which templates are available for the new
Section . |
NewSectionOperation |
NewSectionOperation.preselectedLanguage(Language language)
Sets a preselected language in new-section dialogs.
|
NewSectionOperation |
NewSectionOperation.reloadAfterCreation(String elementId)
The ID of an HTML element to be reloaded instead of the complete preview, after an automated
Section creation. |
NewSectionOperation |
NewSectionOperation.section(Section<?> section)
Contextual section after which the new section should be inserted.
|
NewSectionOperation |
NewSectionOperation.template(SectionTemplate template)
The
SectionTemplate on which the new section should be based on. |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210