I need to add a listbox / combobox which allows the user to choose several values.
I know there is one already available in the GWT API ListBox with isMultipleSelect() set to true. But I am not getting any direct way to get all selected reocrds from list box.
Some tutorials on google are sugeesting implement ChangeHandler's onChangemethod.
I think there should be some other way.
Any pointers would be appreciated.
You can go through the items in the ListBox and call isItemSelected(int) to see if that item is selected.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With