Class FormHandlerCollection

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<FormHandler>
com.google.gwt.user.client.ui.FormHandlerCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable<FormHandler>, Collection<FormHandler>, List<FormHandler>, RandomAccess

@Deprecated public class FormHandlerCollection extends ArrayList<FormHandler>
Deprecated.
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)
Helper class for widgets that accept FormHandlers. This subclass of ArrayList assumes that all items added to it will be of type FormHandler.
See Also:
  • Constructor Details

    • FormHandlerCollection

      public FormHandlerCollection()
      Deprecated.
  • Method Details