Class TimezonePickerNode
- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.Block
-
- org.commonmark.node.CustomBlock
-
- org.symphonyoss.symphony.messageml.markdown.nodes.form.FormElementNode
-
- org.symphonyoss.symphony.messageml.markdown.nodes.form.TimezonePickerNode
-
- All Implemented Interfaces:
PlaceholderLabelTooltipNode
public class TimezonePickerNode extends FormElementNode implements PlaceholderLabelTooltipNode
-
-
Field Summary
-
Fields inherited from class org.symphonyoss.symphony.messageml.markdown.nodes.form.FormElementNode
LEFT_DELIMITER, RIGHT_DELIMITER
-
-
Constructor Summary
Constructors Constructor Description TimezonePickerNode(String label, String tooltip, String placeholder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()-
Methods inherited from class org.symphonyoss.symphony.messageml.markdown.nodes.form.FormElementNode
getClosingDelimiter, getOpeningDelimiter
-
Methods inherited from class org.commonmark.node.Node
appendChild, getFirstChild, getLastChild, getNext, getPrevious, insertAfter, insertBefore, prependChild, toString, toStringAttributes, unlink
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.symphonyoss.symphony.messageml.markdown.nodes.form.PlaceholderLabelTooltipNode
generateMarkdownPlaceholderLabelAndTooltip
-
-