public interface XmlDataProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
XmlDataProvider.ROW_TYPE
row type - e.g.
|
static class |
XmlDataProvider.SECTION_TYPE
section type - e.g.
|
static class |
XmlDataProvider.TABLE_COLUMN_TYPE
table column type - e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
generateAsXml(EditorRowConfiguration editorRow,
TypedObject curObj)
Generates xml representation of given section configuration
|
Object |
generateAsXml(EditorSectionConfiguration editorSection,
TypedObject curObj)
Generates xml representation of given section configuration
|
Object generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
editorSection - current sectioncurObj - current object displayed in editor areaObject generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
editorRow - current sectioncurObj - current object displayed in editor areaCopyright © 2017 SAP SE. All Rights Reserved.