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 |
|---|---|
java.lang.Object |
generateAsXml(EditorRowConfiguration editorRow,
TypedObject curObj)
Generates xml representation of given section configuration
|
java.lang.Object |
generateAsXml(EditorSectionConfiguration editorSection,
TypedObject curObj)
Generates xml representation of given section configuration
|
java.lang.Object generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
editorSection - current sectioncurObj - current object displayed in editor areajava.lang.Object generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
editorRow - current sectioncurObj - current object displayed in editor areaCopyright © 2018 SAP SE. All Rights Reserved.