I'm trying to implement multichoice combobox as a custom FormItem control with icon (like in showcase example).
How can I implement standard combobox mechanizm of hidden real value and displayed user-friendly text?
I assume that this control will get real value (submited by form) of some comma separated id's but I would like to show in form those Id's mapped to some names.
The dialog with grid that is displayed to edit those values will update both hidden value and display text.
I have found that I should provide mapValueToDisplay and mapDisplayToValue, but those lack documentation... another thing is - how to provide those from GWT, possibly with no coding in JS :)
TIA
How can I implement standard combobox mechanizm of hidden real value and displayed user-friendly text?
I assume that this control will get real value (submited by form) of some comma separated id's but I would like to show in form those Id's mapped to some names.
The dialog with grid that is displayed to edit those values will update both hidden value and display text.
I have found that I should provide mapValueToDisplay and mapDisplayToValue, but those lack documentation... another thing is - how to provide those from GWT, possibly with no coding in JS :)
TIA
Comment