public class DataLayout extends Object implements ExtensionElement
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataLayout.DataFormLayoutElement |
static class |
DataLayout.Fieldref |
static class |
DataLayout.Reportedref |
static class |
DataLayout.Section |
static class |
DataLayout.Text |
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT |
static String |
NAMESPACE |
| Constructor and Description |
|---|
DataLayout(String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName()
Returns the root element name.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getNamespace()
Returns the root element XML namespace.
|
List<DataLayout.DataFormLayoutElement> |
getPageLayout()
Gets the value of the pageLayout property.
|
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static final String ELEMENT
public static final String NAMESPACE
public DataLayout(String label)
label - public List<DataLayout.DataFormLayoutElement> getPageLayout()
Objects of the following type(s) are allowed in the list: String,
DataLayout.Section, DataLayout.Fieldref and DataLayout.Reportedref
public String getLabel()
Stringpublic String getElementName()
NamedElementgetElementName in interface NamedElementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElementpublic XmlStringBuilder toXML()
Element