Package com.google.gwt.event.dom.client
Interface HasChangeHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
DoubleBox,FileUpload,IntegerBox,ListBox,LongBox,PasswordTextBox,TextArea,TextBox,TextBoxBase,ValueBox,ValueBoxBase
A widget that implements this interface provides registration for
ChangeHandler instances.-
Method Summary
Modifier and TypeMethodDescriptionaddChangeHandler(ChangeHandler handler) Adds aChangeEventhandler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addChangeHandler
Adds aChangeEventhandler.- Parameters:
handler- the change handler- Returns:
HandlerRegistrationused to remove this handler
-