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 class
PasswordTextBox
A text box that visually masks its input to prevent eavesdropping.class
TextArea
A text box that allows multiple lines of text to be entered.class
TextBox
A standard single-line text box.Methods in com.google.gwt.user.client.ui that return TextBoxBase Modifier and Type Method Description TextBoxBase
SuggestBox. getTextBox()
Deprecated.in favour of getValueBox
-