The `getItemCount()` method in Java's `com.google.gwt.user.client.ui.ListBox` class is used to retrieve the number of items present in a ListBox widget. This method returns an integer value that represents the total count of items in the ListBox.
Java ListBox.getItemCount - 30 examples found. These are the top rated real world Java examples of com.google.gwt.user.client.ui.ListBox.getItemCount extracted from open source projects. You can rate examples to help us improve the quality of examples.