Search Type: Posts; User: aron-soartech
Search: Search took 0.01 seconds.
-
9 Apr 2012 2:19 PM
Jump to post Thread: (Beta) ComboBox issues by aron-soartech
- Replies
- 24
- Views
- 3,643
Why cant I read the value off the ComboBox itself?
If the selection changed event has fired, then does it not logically follow that calling getSelectedIndex() etc on said ComboBox should return... -
9 Apr 2012 1:42 PM
Jump to post Thread: (Beta) ComboBox issues by aron-soartech
- Replies
- 24
- Views
- 3,643
Using gxt-3.0.0-rc.jar, the event is fired, but the ComboBox still doesn't return the correct value until focus is lost on the widget.
cb.addSelectionHandler(new SelectionHandler<String>() {
...
Results 1 to 2 of 2
