Interface HasFormSubmitHandlers<T>
-
- Type Parameters:
T- the value about to be changed
- All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
- All Known Subinterfaces:
BeanValidationEditorDriver<T,E>
- All Known Implementing Classes:
AbstractBeanValidationEditorDriver
public interface HasFormSubmitHandlers<T> extends com.google.gwt.event.shared.HasHandlersA widget that implements this interface is a public source ofValueChangeEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationaddFormSubmitHandler(FormSubmitHandler<T> handler)Adds aFormSubmitEventhandler.
-
-
-
Method Detail
-
addFormSubmitHandler
com.google.gwt.event.shared.HandlerRegistration addFormSubmitHandler(FormSubmitHandler<T> handler)
Adds aFormSubmitEventhandler.- Parameters:
handler- the handler- Returns:
- the registration for the event
-
-