org.xwiki.gwt.user.client
Class HandlerRegistrationCollection
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<com.google.gwt.event.shared.HandlerRegistration>
org.xwiki.gwt.user.client.HandlerRegistrationCollection
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<com.google.gwt.event.shared.HandlerRegistration>, Collection<com.google.gwt.event.shared.HandlerRegistration>, List<com.google.gwt.event.shared.HandlerRegistration>, RandomAccess
public class HandlerRegistrationCollection
- extends ArrayList<com.google.gwt.event.shared.HandlerRegistration>
A collection of HandlerRegistration instances.
- Version:
- $Id: 7faf7248a2f18ff84283fead6c81bd2d96be9eec $
- See Also:
- Serialized Form
|
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 |
HandlerRegistrationCollection
public HandlerRegistrationCollection()
removeHandlers
public void removeHandlers()
- Removes all handlers which have registrations in this collection.
- See Also:
HandlerRegistration.removeHandler()
Copyright © 2004-2013 XWiki. All Rights Reserved.