Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)
@Deprecated public class ScrollListenerCollection extends java.util.ArrayList<ScrollListener>
ArrayList
assumes that all objects added to it will be of
type ScrollListener
.Constructor and Description |
---|
ScrollListenerCollection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fireScroll(Widget sender,
int scrollLeft,
int scrollTop)
Deprecated.
Fires a scroll event to all listeners.
|
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
public void fireScroll(Widget sender, int scrollLeft, int scrollTop)
sender
- the widget sending the eventscrollLeft
- the horizontal scroll offsetscrollTop
- the vertical scroll offset