public static class DataLayout.Section extends DataLayout.DataFormLayoutElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
| Constructor and Description |
|---|
Section(java.lang.String label)
Section constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName() |
java.lang.String |
getLabel()
Gets the value of the label property.
|
java.util.List<DataLayout.DataFormLayoutElement> |
getSectionLayout()
Gets the value of the sectionLayout property.
|
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
getNamespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String ELEMENT
public Section(java.lang.String label)
label - TODO javadoc me pleasepublic java.util.List<DataLayout.DataFormLayoutElement> getSectionLayout()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
make to the returned list will be present inside the object. This is why there is not a set
method for the sectionLayout property.
For example, to add a new item, do as follows:
getSectionLayout().add(newItem);
Objects of the following type(s) are allowed in the list: String,
DataLayout.Section, DataLayout.Fieldref and DataLayout.Reportedref
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
public java.lang.String getLabel()
Stringpublic java.lang.String getElementName()