The `ListBox.getValue` method in Java's `com.google.gwt.user.client.ui` package is used to retrieve the currently selected value from a ListBox widget. The returned value is the item that is currently selected in the ListBox.
Java ListBox.getValue - 30 examples found. These are the top rated real world Java examples of com.google.gwt.user.client.ui.ListBox.getValue extracted from open source projects. You can rate examples to help us improve the quality of examples.