| Package | Description |
|---|---|
| org.symphonyoss.symphony.messageml | |
| org.symphonyoss.symphony.messageml.elements |
| Modifier and Type | Method and Description |
|---|---|
FormatEnum |
MessageMLParser.getMessageFormat() |
| Modifier and Type | Field and Description |
|---|---|
protected FormatEnum |
Element.format |
| Modifier and Type | Method and Description |
|---|---|
FormatEnum |
RegexElement.getFormat() |
FormatEnum |
Element.getFormat()
Return the format (MessageML or PresentationML) of the element.
|
static FormatEnum |
FormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatEnum[] |
FormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Button(Element parent,
FormatEnum format) |
Card(Element parent,
FormatEnum format) |
CardBody(Element parent,
FormatEnum format) |
CardHeader(Element parent,
FormatEnum format) |
Checkbox(Element parent,
FormatEnum messageFormat) |
Chime(Element parent,
FormatEnum format) |
DateSelector(Element parent,
FormatEnum messageFormat) |
Form(Element parent,
FormatEnum format) |
FormElement(Element parent,
String messageMLTag,
FormatEnum format) |
GroupedElement(Element parent,
String messageMLTag,
FormatEnum format) |
MessageML(FormatEnum format,
String version) |
PersonSelector(Element parent,
FormatEnum messageFormat) |
Radio(Element parent,
FormatEnum messageFormat) |
TextArea(Element parent,
FormatEnum format) |
TextField(Element parent,
FormatEnum messageFormat) |
Copyright © 2020 The Symphony Software Foundation. All rights reserved.