org.xwiki.gwt.user.client
Class HandlerRegistrationCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<com.google.gwt.event.shared.HandlerRegistration>
              extended by org.xwiki.gwt.user.client.HandlerRegistrationCollection
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<com.google.gwt.event.shared.HandlerRegistration>, java.util.Collection<com.google.gwt.event.shared.HandlerRegistration>, java.util.List<com.google.gwt.event.shared.HandlerRegistration>, java.util.RandomAccess

public class HandlerRegistrationCollection
extends java.util.ArrayList<com.google.gwt.event.shared.HandlerRegistration>

A collection of HandlerRegistration instances.

Version:
$Id: HandlerRegistrationCollection.java 24888 2009-11-06 02:16:19Z sdumitriu $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
HandlerRegistrationCollection()
           
 
Method Summary
 void removeHandlers()
          Removes all handlers which have registrations in this collection.
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

HandlerRegistrationCollection

public HandlerRegistrationCollection()
Method Detail

removeHandlers

public void removeHandlers()
Removes all handlers which have registrations in this collection.

See Also:
HandlerRegistration.removeHandler()


Copyright © 2004-2010 XWiki. All Rights Reserved.