Class TimezonePicker

  • All Implemented Interfaces:
    LabelableElement, SplittableElement, TooltipableElement

    public class TimezonePicker
    extends FormElement
    implements LabelableElement, TooltipableElement
    This class represents the Symphony Element Timezone Picker which is represented with tag name "timezone-picker". The messageML representation of the element can contain the following fields:
    • name (required) -> used to identify the picker
    • label -> displayed on top of the Element
    • title -> description displayed as a hint
    • placeholder -> additional information
    • value -> default timezone, could be enforced to ""
    • required -> specifies that the input field must be filled out before submitting the form
    • disabled-timezone -> json object containing list of timezones to be excluded
    Value attribute and timezones defined in the disabled-timezone should be valid and belonging to the "tz database"