|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AutoScroller.AutoScrollerCallback
Callback that notifies when the cursor is on top of a new row or column because of the automatic scrolling.
| Method Summary | |
|---|---|
void |
onAutoScroll(int scrollDiff)
Triggered when doing automatic scrolling. |
void |
onAutoScrollReachedMax()
Triggered when the grid scroll has reached the max scroll position. |
void |
onAutoScrollReachedMin()
Triggered when the grid scroll has reached the minimum scroll position. |
| Method Detail |
|---|
void onAutoScroll(int scrollDiff)
Because the auto scroller currently only supports scrolling in one axis, this method is used for both vertical and horizontal scrolling.
scrollDiff - the amount of pixels that have been auto scrolled since
last callvoid onAutoScrollReachedMin()
void onAutoScrollReachedMax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||