com.google.gwt.user.client.ui
Class PopupListenerCollection
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.Vector
com.google.gwt.user.client.ui.PopupListenerCollection
- All Implemented Interfaces:
- Cloneable, Collection, List, RandomAccess
- public class PopupListenerCollection
- extends Vector
A helper class for implementers of the SourcesPopupEvents interface. This
subclass of Vector assumes that all objects added to it will be of type
PopupListener
.
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, clear, clone, contains, containsAll, copyInto, elementAt, equals, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, toArray, toString |
PopupListenerCollection
public PopupListenerCollection()
firePopupClosed
public void firePopupClosed(PopupPanel sender,
boolean autoClosed)
- Fires a popup closed event to all listeners.
- Parameters:
sender
- the widget sending the event.autoClosed
- true
if the popup was automatically
closed; false
if it was closed programmatically.
This javadoc distribution was not produced by Google. The official documentation is here.