Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    FormItem.setValueMap()

    Hi,

    Should setValueMap in FormItem class accept just Map values?
    For now it's LinkedHashMap and for example you cannot directly assign map from Constants but you can do it by:
    Code:
    formItem.setAttribute("valueMap", constants.fieldColorValues());
    Is it an oversight or I don't see a bigger picture?
    Best regards
Working...
X