Interface DrawAreaChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification method that fires when the drawArea changes due to scrolling.
-
Method Details
-
onDrawAreaChanged
Notification method that fires when the drawArea changes due to scrolling. Receives the previous drawArea co-ordinates as parameters. CallgetDrawArea()
to get the new drawArea co-ordinates.Note that if this grid is showing any
frozen fields
, they will not be included in theoldStartCol
,oldEndCol
range reported by this method. Frozen fields are assumed never to be scrolled out of view.- Parameters:
event
- the event
-