Method Summary |
|
public String | getX() Returns the current horizontal scroll coordinate. |
public String | getY() Returns the current vertical scroll coordinate. |
void | pop() Restores the previously pushed scroll coordinates. |
void | push() Resets the current scroll coordinates, which can be restored with
WindowScrollPositionContext.pop . |
void | reset() Resets all remembered the scroll coordinates. |
void | resetCurrent() Resets currently active scroll coordinates. |
public void | scrollTo(String x, String y) Sets new horizontal and vertical scroll coordinates. |