The method com.google.gwt.user.client.ui.ListBox.getSelectedIndex in Java's GWT library is used to retrieve the index of the currently selected item in a ListBox widget. The returned index represents the position of the selected item in the ListBox's list of options. If no item is currently selected, the method returns -1.
Java ListBox.getSelectedIndex - 30 examples found. These are the top rated real world Java examples of com.google.gwt.user.client.ui.ListBox.getSelectedIndex extracted from open source projects. You can rate examples to help us improve the quality of examples.