public interface HasDrawAreaChangedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDrawAreaChangedHandler(DrawAreaChangedHandler handler)
Notification method that fires when the drawArea changes due to scrolling.
|
fireEventHandlerRegistration addDrawAreaChangedHandler(DrawAreaChangedHandler handler)
ListGrid.getDrawArea() to get the new
drawArea co-ordinates. Note that if this grid is showing any frozen fields, they will not be included in the
oldStartCol, oldEndCol range reported by this method. Frozen fields are assumed never to be
scrolled out of view.
handler - the drawAreaChanged handlerHandlerRegistration used to remove this handler