The java com.google.gwt.user.client.ui.TextBox.getValue() method is a part of the Google Web Toolkit (GWT) library. It is used to retrieve the current value of a TextBox widget in a GWT application. This method returns a String representing the text entered by the user in the TextBox.
Java TextBox.getValue - 26 examples found. These are the top rated real world Java examples of com.google.gwt.user.client.ui.TextBox.getValue extracted from open source projects. You can rate examples to help us improve the quality of examples.