Uses of Interface
de.knightsoftnet.validators.client.event.FormSubmitHandler
-
Packages that use FormSubmitHandler Package Description de.knightsoftnet.validators.client.editor.impl this package contains client side editor components.de.knightsoftnet.validators.client.event this package contains client side event components. -
-
Uses of FormSubmitHandler in de.knightsoftnet.validators.client.editor.impl
Methods in de.knightsoftnet.validators.client.editor.impl with parameters of type FormSubmitHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationAbstractBeanValidationEditorDriver. addFormSubmitHandler(FormSubmitHandler<T> phandler) -
Uses of FormSubmitHandler in de.knightsoftnet.validators.client.event
Methods in de.knightsoftnet.validators.client.event that return types with arguments of type FormSubmitHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<FormSubmitHandler<T>>FormSubmitEvent. getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<FormSubmitHandler<?>>FormSubmitEvent. getType()Gets the type associated with this event.Methods in de.knightsoftnet.validators.client.event with parameters of type FormSubmitHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationHasFormSubmitHandlers. addFormSubmitHandler(FormSubmitHandler<T> handler)Adds aFormSubmitEventhandler.protected voidFormSubmitEvent. dispatch(FormSubmitHandler<T> phandler)
-