Uses of Interface
com.google.gwt.event.logical.shared.HasValueChangeHandlers
Packages that use HasValueChangeHandlers
Package
Description
Types related to logical events that do not have direct analogues to DOM
events and which can be used in contexts other than web browsers.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of HasValueChangeHandlers in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement HasValueChangeHandlers -
Uses of HasValueChangeHandlers in com.google.gwt.user.client.ui
Subinterfaces of HasValueChangeHandlers in com.google.gwt.user.client.uiModifier and TypeInterfaceDescriptioninterfaceImplemented by widgets that pick from a set of values.interfaceHasValue<T>ExtendsTakesValueto allow the value to be pulled back out, and to throwValueChangeEventevents.Classes in com.google.gwt.user.client.ui that implement HasValueChangeHandlersModifier and TypeClassDescriptionclassA standard check box widget.classA ValueBox that usesDoubleParserandDoubleRenderer.classA ValueBox that usesIntegerParserandIntegerRenderer.classA ValueBox that usesLongParserandLongRenderer.classA text box that visually masks its input to prevent eavesdropping.classA mutually-exclusive selection radio button widget.classA simple checkbox widget, with no label.classA simple radio button widget, with no label.classASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classA text box that allows multiple lines of text to be entered.classA standard single-line text box.classAbstract base class for most text entry widgets.classAToggleButtonis a stylish stateful button which allows the user to toggle betweenupanddownstates.classValueBox<T>A text box able to parse its displayed value.classValueBoxBase<T>Abstract base class for all text entry widgets.classValueListBox<T>Implementation ofHasConstrainedValuebased on aSelectElement.classValuePicker<T>Allows the user to pick a single value from a list.Methods in com.google.gwt.user.client.ui with parameters of type HasValueChangeHandlersModifier and TypeMethodDescriptionstatic <V> ListenerWrapper.WrappedLogicalChangeListener<V>ListenerWrapper.WrappedLogicalChangeListener.add(HasValueChangeHandlers<V> source, ChangeListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classes -
Uses of HasValueChangeHandlers in com.google.gwt.user.datepicker.client
Classes in com.google.gwt.user.datepicker.client that implement HasValueChangeHandlersModifier and TypeClassDescriptionclassA text box that shows aDatePickerwhen the user focuses on it.classStandard GWT date picker.Methods in com.google.gwt.user.datepicker.client with type parameters of type HasValueChangeHandlersModifier and TypeMethodDescriptionstatic <S extends HasValueChangeHandlers<Date> & HasHandlers>
voidDateChangeEvent.fireIfNotEqualDates(S source, Date oldValue, Date newValue) Fires value change event if the old value is not equal to the new value.