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)
Data layout constructor.
|
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(String enclosingNamespace)
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()
String
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement
public XmlStringBuilder toXML(String enclosingNamespace)
Element