I'm trying to get the selection list for a widget from within an ActionListener. The goal is to select all/none for a MultiValueField (or Field for that matter) widget.
>From the listener I can use setValues() on the widget, but the possible values need to be hard-coded. I would like to set the values using the selection list of possible values. Is this possible somehow? It does not seem obvious from the API. Thanks, gary
