Uses of Interface
com.google.gwt.event.dom.client.HasChangeHandlers
-
Packages that use HasChangeHandlers Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HasChangeHandlers in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement HasChangeHandlers Modifier and Type Class Description classDoubleBoxA ValueBox that usesDoubleParserandDoubleRenderer.classFileUploadA widget that wraps the HTML <input type='file'> element.classIntegerBoxA ValueBox that usesIntegerParserandIntegerRenderer.classListBoxA widget that presents a list of choices to the user, either as a list box or as a drop-down list.classLongBoxA ValueBox that usesLongParserandLongRenderer.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.classTextBoxBaseAbstract base class for most text entry widgets.classValueBox<T>A text box able to parse its displayed value.classValueBoxBase<T>Abstract base class for all text entry widgets.Methods in com.google.gwt.user.client.ui with parameters of type HasChangeHandlers Modifier and Type Method Description static ListenerWrapper.WrappedChangeListenerListenerWrapper.WrappedChangeListener. add(HasChangeHandlers source, ChangeListener listener)Deprecated.will be removed in GWT 2.0 along with the listener classes
-