Uses of Class
com.google.gwt.user.client.ui.TextBoxBase
-
Packages that use TextBoxBase Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of TextBoxBase in com.google.gwt.user.client.ui
Subclasses of TextBoxBase in com.google.gwt.user.client.ui Modifier and Type Class Description classPasswordTextBoxA text box that visually masks its input to prevent eavesdropping.classTextAreaA text box that allows multiple lines of text to be entered.classTextBoxA standard single-line text box.Methods in com.google.gwt.user.client.ui that return TextBoxBase Modifier and Type Method Description TextBoxBaseSuggestBox. getTextBox()Deprecated.in favour of getValueBox
-