|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrawAreaChangedHandler
Method Summary | |
---|---|
void |
onDrawAreaChanged(DrawAreaChangedEvent event)
Notification method that fires when the drawArea changes due to scrolling. |
Method Detail |
---|
void onDrawAreaChanged(DrawAreaChangedEvent event)
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.
event
- the event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |