Class DataLayout.Section
- java.lang.Object
-
- org.jivesoftware.smackx.xdatalayout.packet.DataLayout.DataFormLayoutElement
-
- org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Section
-
- All Implemented Interfaces:
Element,ExtensionElement,FullyQualifiedElement,NamedElement,XmlLangElement
- Enclosing class:
- DataLayout
public static class DataLayout.Section extends DataLayout.DataFormLayoutElement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementName()Returns the root element name.StringgetLabel()Gets the value of the label property.List<DataLayout.DataFormLayoutElement>getSectionLayout()Gets the value of the sectionLayout property.XmlStringBuildertoXML(XmlEnvironment enclosingNamespace)-
Methods inherited from class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.DataFormLayoutElement
getNamespace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Field Detail
-
ELEMENT
public static final String ELEMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSectionLayout
public List<DataLayout.DataFormLayoutElement> 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 XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)
-
getLabel
public String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
getElementName
public String getElementName()
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
-