GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.ui.SourcesChangeEvents

Packages that use SourcesChangeEvents
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of SourcesChangeEvents in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement SourcesChangeEvents
 class ListBox
          A widget that presents a list of choices to the user, either as a list box or as a drop-down list.
 class PasswordTextBox
          A text box that visually masks its input to prevent eavesdropping.
 class SuggestBox
          A SuggestBox is a text box or text area which displays a pre-configured set of selections that match the user's input.
 class TextArea
          A text box that allows multiple lines of text to be entered.
 class TextBox
          A standard single-line text box.
 class TextBoxBase
          Abstract base class for most text entry widgets.
 

Constructors in com.google.gwt.user.client.ui with parameters of type SourcesChangeEvents
DelegatingChangeListenerCollection(Widget owner, SourcesChangeEvents delegatedTo)
          Deprecated. Constructor for DelegatingChangeListenerCollection.
 


GWT 2.7.0