Class DataLayout.Section
java.lang.Object
org.jivesoftware.smackx.xdatalayout.packet.DataLayout.DataFormLayoutElement
org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Section
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
- Enclosing class:
DataLayout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.DataFormLayoutElement
getNamespaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
Section
Section constructor.- Parameters:
label- TODO javadoc me please
-
-
Method Details
-
getSectionLayout
Gets the value of the sectionLayout property.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
setmethod 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.FieldrefandDataLayout.Reportedref- Returns:
- list of DataFormLayoutElements.
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) -
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
getElementName
-