Class FormHandlerCollection

All Implemented Interfaces:
Serializable, Cloneable, Iterable<FormHandler>, Collection<FormHandler>, List<FormHandler>, RandomAccess, SequencedCollection<FormHandler>

@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