GWT 2.3.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()
          Get the text box associated with this suggest box.
 

Constructors in com.google.gwt.user.client.ui with parameters of type TextBoxBase
SuggestBox(SuggestOracle oracle, TextBoxBase box)
          Constructor for SuggestBox.
SuggestBox(SuggestOracle oracle, TextBoxBase box, SuggestBox.SuggestionDisplay suggestDisplay)
          Constructor for SuggestBox.
 


GWT 2.3.0