Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)@Deprecated public class FormHandlerCollection extends java.util.ArrayList<FormHandler>
FormHandlers. This subclass
 of ArrayList assumes that all items added to it will be of type
 FormHandler.| Constructor and Description | 
|---|
| FormHandlerCollection()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fireOnComplete(FormPanel sender,
              java.lang.String results)Deprecated. 
 FormPanelnow implements all handler management internally | 
| boolean | fireOnSubmit(FormPanel sender)Deprecated. 
 FormPanelnow implements all handler management internally | 
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize@Deprecated public void fireOnComplete(FormPanel sender, java.lang.String results)
FormPanel now implements all handler management internallyFormHandler.onSubmitComplete(FormSubmitCompleteEvent) on
 all handlers in the collection.sender - the object sending the eventresults - the results of the form submission@Deprecated public boolean fireOnSubmit(FormPanel sender)
FormPanel now implements all handler management internallyFormHandler.onSubmit(FormSubmitEvent) on all handlers in
 the collection.sender - the object sending the eventtrue if the event should be canceled