Interface HasValueChangeHandlers<T>
- Type Parameters:
T
- the value about to be changed
- All Superinterfaces:
HasHandlers
- All Known Subinterfaces:
HasConstrainedValue<T>
,HasValue<T>
- All Known Implementing Classes:
CellWidget
,CheckBox
,DateBox
,DatePicker
,DoubleBox
,IntegerBox
,LongBox
,PasswordTextBox
,RadioButton
,SimpleCheckBox
,SimpleRadioButton
,SuggestBox
,TextArea
,TextBox
,TextBoxBase
,ToggleButton
,ValueBox
,ValueBoxBase
,ValueListBox
,ValuePicker
A widget that implements this interface is a public source of
ValueChangeEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionaddValueChangeHandler
(ValueChangeHandler<T> handler) Adds aValueChangeEvent
handler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details