Class DialogChild.Footer
- java.lang.Object
-
- org.symphonyoss.symphony.messageml.elements.Element
-
- org.symphonyoss.symphony.messageml.elements.DialogChild
-
- org.symphonyoss.symphony.messageml.elements.DialogChild.Footer
-
- Enclosing class:
- DialogChild
public static class DialogChild.Footer extends DialogChild
This class represent the "footer" element under the Symphony Element Dialog of tag "dialog".
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.symphonyoss.symphony.messageml.elements.DialogChild
DialogChild.Body, DialogChild.Footer, DialogChild.Title
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGEML_TAG-
Fields inherited from class org.symphonyoss.symphony.messageml.elements.DialogChild
DIALOG_CLASS_PREFIX
-
Fields inherited from class org.symphonyoss.symphony.messageml.elements.Element
CLASS_ATTR, format, ID_ATTR, ID_MAX_LENGTH, MAPPER, STYLE_ATTR
-
-
Constructor Summary
Constructors Constructor Description Footer(Element parent, FormatEnum format)
-
Method Summary
-
Methods inherited from class org.symphonyoss.symphony.messageml.elements.DialogChild
asPresentationML, validate
-
Methods inherited from class org.symphonyoss.symphony.messageml.elements.Element
addChild, areNestedElementsAllowed, asText, buildAll, buildNode, checkIntegerAttribute, countChildrenOfType, countNonTextNodesInNodeList, findElements, findElements, findElements, getAttribute, getAttributes, getChild, getChildren, getFormat, getMessageMLTag, getParent, getPresentationMLTag, getStringAttribute, hasExactNumberOfChildren, hasIdAttribute, putIntegerIfPresent, putOneIfPresent, putStringIfPresent, size, throwInvalidInputException
-
-
-
-
Field Detail
-
MESSAGEML_TAG
public static final String MESSAGEML_TAG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Footer
public Footer(Element parent, FormatEnum format)
-
-