Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)
@Deprecated public class TableListenerCollection extends java.util.ArrayList<TableListener>
SourcesTableEvents
interface. This
subclass of ArrayList
assumes that all objects added to it will be of
type TableListener
.Constructor and Description |
---|
TableListenerCollection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fireCellClicked(SourcesTableEvents sender,
int row,
int cell)
Deprecated.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
@Deprecated public void fireCellClicked(SourcesTableEvents sender, int row, int cell)
sender
- the widget sending the eventrow
- the row of the cell being clickedcell
- the index of the cell being clicked