Class TableListenerCollection

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<TableListener>
com.google.gwt.user.client.ui.TableListenerCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable<TableListener>, Collection<TableListener>, List<TableListener>, RandomAccess

@Deprecated public class TableListenerCollection extends ArrayList<TableListener>
Deprecated.
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)
A helper class for implementers of the SourcesTableEvents interface. This subclass of ArrayList assumes that all objects added to it will be of type TableListener.
See Also:
  • Constructor Details

    • TableListenerCollection

      public TableListenerCollection()
      Deprecated.
  • Method Details

    • fireCellClicked

      @Deprecated public void fireCellClicked(SourcesTableEvents sender, int row, int cell)
      Deprecated.
      Fires a cellClicked event to all listeners.
      Parameters:
      sender - the widget sending the event
      row - the row of the cell being clicked
      cell - the index of the cell being clicked