| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomEditorSectionConfiguration |
interface |
UpdateAwareCustomSectionConfiguration |
| Modifier and Type | Method and Description |
|---|---|
EditorSectionConfiguration |
EditorSectionConfiguration.clone() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EditorSectionConfiguration> |
CustomEditorSectionConfiguration.getAdditionalSections() |
java.util.List<EditorSectionConfiguration> |
EditorConfiguration.getSections() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorConfiguration.setSections(java.util.List<EditorSectionConfiguration> sections) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAttrEditorSectionConfiguration |
class |
CommentsSectionConfiguration |
class |
DefaultEditorSectionConfiguration |
class |
InitialAttrEditorSectionConfiguration |
class |
LastChangesSectionConfiguration |
class |
MediaEditorSectionConfiguration |
class |
UnassignedEditorSectionConfiguration |
class |
WidgetParamEditorSectionConfiguration |
| Modifier and Type | Method and Description |
|---|---|
protected EditorSectionConfiguration |
EditorConfigurationFactory.createGroupForProperties(java.util.List<PropertyDescriptor> properties,
java.lang.String label) |
protected EditorSectionConfiguration |
EditorConfigurationFactory.createOthersGroup(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EditorSectionConfiguration> |
UnassignedEditorSectionConfiguration.getAdditionalSections() |
java.util.List<EditorSectionConfiguration> |
MediaEditorSectionConfiguration.getAdditionalSections() |
java.util.List<EditorSectionConfiguration> |
WidgetParamEditorSectionConfiguration.getAdditionalSections() |
java.util.List<EditorSectionConfiguration> |
CommentsSectionConfiguration.getAdditionalSections() |
java.util.List<EditorSectionConfiguration> |
InitialAttrEditorSectionConfiguration.getAdditionalSections() |
java.util.List<EditorSectionConfiguration> |
LastChangesSectionConfiguration.getAdditionalSections() |
java.util.List<EditorSectionConfiguration> |
ClassAttrEditorSectionConfiguration.getAdditionalSections() |
java.util.List<EditorSectionConfiguration> |
DefaultEditorConfiguration.getSections() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
EditorConfigurationPersistingStrategy.createJaxb(DefaultEditorConfiguration config,
EditorSectionConfiguration section) |
protected void |
EditorConfigurationFactory.registerCustomSection(EditorSectionConfiguration sectionConfig,
DefaultEditorConfiguration editorConfig) |
protected java.lang.Object |
EditorConfigurationPersistingStrategy.updateJaxb(DefaultEditorConfiguration config,
EditorSectionConfiguration section) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEditorConfiguration.setSections(java.util.List<EditorSectionConfiguration> sections) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EditorAreaExporter.export(java.util.List<EditorSectionConfiguration> ediorsSections,
TypedObject curObj)
Exports given object according to given session configuration to pdf,html,xls or whatever the implementation is.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EditorArea2PdfExporter.export(java.util.List<EditorSectionConfiguration> ediorsSections,
TypedObject curObj)
Generates pdf
|
byte[] |
EditorArea2XLSExporter.export(java.util.List<EditorSectionConfiguration> ediorsSections,
TypedObject curObj)
Generates xml
|
protected byte[] |
AbstractEditorAreaExporter.generateXml(java.util.List<EditorSectionConfiguration> ediorsSections,
TypedObject curObj)
Generates default xml structure out of given sections and item
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
XmlDataProvider.generateAsXml(EditorSectionConfiguration editorSection,
TypedObject curObj)
Generates xml representation of given section configuration
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
LocalizedXmlDataProvider.generateAsXml(EditorSectionConfiguration editorSection,
TypedObject curObj) |
java.lang.Object |
CustomXmlDataProvider.generateAsXml(EditorSectionConfiguration editorSection,
TypedObject curObj) |
SectionType |
DefaultXmlDataProvider.generateAsXml(EditorSectionConfiguration editorSection,
TypedObject curObj) |
| Modifier and Type | Method and Description |
|---|---|
EditorSectionConfiguration |
EditorSection.getSectionConfiguration() |
| Constructor and Description |
|---|
CustomEditorSection(EditorSectionConfiguration secConf) |
EditorSection(EditorSectionConfiguration secConf) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductPDFDataSheetSectionConfiguration |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EditorSectionConfiguration> |
ProductPDFDataSheetSectionConfiguration.getAdditionalSections() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalTaxesSectionConfiguration
Represents custom section which show external taxes for Products.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EditorSectionConfiguration> |
ExternalTaxesSectionConfiguration.getAdditionalSections() |
Copyright © 2018 SAP SE. All Rights Reserved.