GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.TextBoxBase

Packages that use TextBoxBase
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
 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
 TextBoxBase SuggestBox.getTextBox()
          Deprecated. in favour of getValueBox
 


GWT 2.7.0