Uses of Interface
com.google.gwt.event.logical.shared.ValueChangeHandler
-
Packages that use ValueChangeHandler Package Description com.google.gwt.event.logical.shared 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.com.google.gwt.place.shared A package for managing bookmarkable locations in an application.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.user.datepicker.client The date picker widget and associated types. -
-
Uses of ValueChangeHandler in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared that return types with arguments of type ValueChangeHandler Modifier and Type Method Description GwtEvent.Type<ValueChangeHandler<T>>ValueChangeEvent. getAssociatedType()static GwtEvent.Type<ValueChangeHandler<?>>ValueChangeEvent. getType()Gets the type associated with this event.Methods in com.google.gwt.event.logical.shared with parameters of type ValueChangeHandler Modifier and Type Method Description HandlerRegistrationHasValueChangeHandlers. addValueChangeHandler(ValueChangeHandler<T> handler)Adds aValueChangeEventhandler.protected voidValueChangeEvent. dispatch(ValueChangeHandler<T> handler) -
Uses of ValueChangeHandler in com.google.gwt.place.shared
Methods in com.google.gwt.place.shared with parameters of type ValueChangeHandler Modifier and Type Method Description HandlerRegistrationPlaceHistoryHandler.DefaultHistorian. addValueChangeHandler(ValueChangeHandler<java.lang.String> valueChangeHandler)HandlerRegistrationPlaceHistoryHandler.Historian. addValueChangeHandler(ValueChangeHandler<java.lang.String> valueChangeHandler)Adds aValueChangeEventhandler to be informed of changes to the browser's history stack. -
Uses of ValueChangeHandler in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client with parameters of type ValueChangeHandler Modifier and Type Method Description (package private) HandlerRegistrationAbstractHasData. addValueChangeHandler(ValueChangeHandler<java.util.List<T>> handler)Add aValueChangeHandlerthat is called when the display values change.HandlerRegistrationCellWidget. addValueChangeHandler(ValueChangeHandler<C> handler) -
Uses of ValueChangeHandler in com.google.gwt.user.client
Methods in com.google.gwt.user.client with parameters of type ValueChangeHandler Modifier and Type Method Description static HandlerRegistrationHistory. addValueChangeHandler(ValueChangeHandler<java.lang.String> handler)Adds aValueChangeEventhandler to be informed of changes to the browser's history stack. -
Uses of ValueChangeHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement ValueChangeHandler Modifier and Type Class Description static classListenerWrapper.WrappedLogicalChangeListener<V>Deprecated.will be removed in GWT 2.0 along with the listeners being wrappedMethods in com.google.gwt.user.client.ui with parameters of type ValueChangeHandler Modifier and Type Method Description HandlerRegistrationCheckBox. addValueChangeHandler(ValueChangeHandler<java.lang.Boolean> handler)HandlerRegistrationSimpleCheckBox. addValueChangeHandler(ValueChangeHandler<java.lang.Boolean> handler)HandlerRegistrationSuggestBox. addValueChangeHandler(ValueChangeHandler<java.lang.String> handler)HandlerRegistrationToggleButton. addValueChangeHandler(ValueChangeHandler<java.lang.Boolean> handler)HandlerRegistrationValueBoxBase. addValueChangeHandler(ValueChangeHandler<T> handler)HandlerRegistrationValueListBox. addValueChangeHandler(ValueChangeHandler<T> handler)HandlerRegistrationValuePicker. addValueChangeHandler(ValueChangeHandler<T> handler) -
Uses of ValueChangeHandler in com.google.gwt.user.datepicker.client
Methods in com.google.gwt.user.datepicker.client with parameters of type ValueChangeHandler Modifier and Type Method Description HandlerRegistrationDateBox. addValueChangeHandler(ValueChangeHandler<java.util.Date> handler)HandlerRegistrationDatePicker. addValueChangeHandler(ValueChangeHandler<java.util.Date> handler)
-