Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)
@Deprecated public class FormHandlerCollection extends ArrayList<FormHandler>
FormHandlers
. This subclass
of ArrayList assumes that all items added to it will be of type
FormHandler
.modCount
Constructor and Description |
---|
FormHandlerCollection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fireOnComplete(FormPanel sender,
String results)
Deprecated.
FormPanel now implements all handler management internally |
boolean |
fireOnSubmit(FormPanel sender)
Deprecated.
FormPanel now implements all handler management internally |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, remove, remove, removeIf, removeRange, replaceAll, set, size, sort, toArray, toArray, trimToSize
equals, hashCode, listIterator, listIterator, subList
containsAll, removeAll, retainAll, toString
listIterator, listIterator, spliterator, subList
containsAll, parallelStream, removeAll, retainAll, stream
@Deprecated public void fireOnComplete(FormPanel sender, 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 canceledCopyright © 2016. All rights reserved.