|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasVerticalScrolling
Implemented by widgets that support vertical scrolling.
| Method Summary | |
|---|---|
int |
getMaximumVerticalScrollPosition()
Get the maximum position of vertical scrolling. |
int |
getMinimumVerticalScrollPosition()
Get the minimum position of vertical scrolling. |
int |
getVerticalScrollPosition()
Gets the vertical scroll position. |
void |
setVerticalScrollPosition(int position)
Sets the vertical scroll position. |
| Method Detail |
|---|
int getMaximumVerticalScrollPosition()
scrollHeight - clientHeight.
int getMinimumVerticalScrollPosition()
int getVerticalScrollPosition()
void setVerticalScrollPosition(int position)
position - the new vertical scroll position, in pixels
|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||