com.google.gwt.user.client.ui
Class TableListenerCollection
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.Vector
com.google.gwt.user.client.ui.TableListenerCollection
- All Implemented Interfaces:
- Cloneable, Collection, List, RandomAccess
- public class TableListenerCollection
- extends Vector
A helper class for implementers of the
SourcesTableEvents
interface. This
subclass of Vector assumes that all objects added to it will be of type
TableListener
.
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 |
TableListenerCollection
public TableListenerCollection()
fireCellClicked
public void fireCellClicked(SourcesTableEvents sender,
int row,
int cell)
- Fires a cellClicked event to all listeners.
- Parameters:
sender
- the widget sending the eventrow
- the row of the cell being clickedcell
- the index of the cell being clicked
This javadoc distribution was not produced by Google. The official documentation is here.