com.google.gwt.user.client.ui
Class TreeListenerCollection
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.Vector
com.google.gwt.user.client.ui.TreeListenerCollection
- All Implemented Interfaces:
- Cloneable, Collection, List, RandomAccess
- public class TreeListenerCollection
- extends Vector
A helper class for implementers of the SourcesClickEvents interface. This
subclass of Vector assumes that all objects added to it will be of type
ClickListener
.
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 |
TreeListenerCollection
public TreeListenerCollection()
fireItemSelected
public void fireItemSelected(TreeItem item)
- Fires a "tree item selected" event to all listeners.
- Parameters:
item
- the tree item being selected.
fireItemStateChanged
public void fireItemStateChanged(TreeItem item)
- Fires a "tree item state changed" event to all listeners.
- Parameters:
item
- the tree item whose state has changed.
This javadoc distribution was not produced by Google. The official documentation is here.