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.HasHandlers
    A widget that implements this interface is a public source of ValueChangeEvent events.
    • Method Detail

      • addFormSubmitHandler

        com.google.gwt.event.shared.HandlerRegistration addFormSubmitHandler​(FormSubmitHandler<T> handler)
        Adds a FormSubmitEvent handler.
        Parameters:
        handler - the handler
        Returns:
        the registration for the event