Uses of Interface
de.knightsoftnet.validators.client.event.HasFormSubmitHandlers
-
Packages that use HasFormSubmitHandlers Package Description de.knightsoftnet.validators.client.editor this package contains client side editor components.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 HasFormSubmitHandlers in de.knightsoftnet.validators.client.editor
Subinterfaces of HasFormSubmitHandlers in de.knightsoftnet.validators.client.editor Modifier and Type Interface Description interfaceBeanValidationEditorDriver<T,E extends com.google.gwt.editor.client.Editor<? super T>>Automates editing of simple bean-like objects. -
Uses of HasFormSubmitHandlers in de.knightsoftnet.validators.client.editor.impl
Classes in de.knightsoftnet.validators.client.editor.impl that implement HasFormSubmitHandlers Modifier and Type Class Description classAbstractBeanValidationEditorDriver<T,E extends com.google.gwt.editor.client.Editor<T>>A base implementation class for generated BeanValidationEditorDriver implementations. -
Uses of HasFormSubmitHandlers in de.knightsoftnet.validators.client.event
Methods in de.knightsoftnet.validators.client.event with parameters of type HasFormSubmitHandlers Modifier and Type Method Description static <T> voidFormSubmitEvent. fire(HasFormSubmitHandlers<T> source, T value)Fires a form submit event on all registered handlers in the handler manager.
-