zul.mesh
Class Scrollbar

java.lang.Object
  extended by zul.mesh.Scrollbar

public class Scrollbar
extends java.lang.Object

The extra Scrollbar for the MeshWidget.

Since:
6.5.0

Method Summary
static int getScrollPosH(Widget wgt)
          Return the horizontal scroll position of the body element of given MeshWidget.
static int getScrollPosV(Widget wgt)
          Return the vertical scroll position of the body element of given MeshWidget.
static void init(Widget wgt)
          Initialize the scrollbar of MeshWidget.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init(Widget wgt)
Initialize the scrollbar of MeshWidget.

Parameters:
wgt - a widget

getScrollPosV

public static int getScrollPosV(Widget wgt)
Return the vertical scroll position of the body element of given MeshWidget.

Parameters:
wgt - the widget
Returns:
int

getScrollPosH

public static int getScrollPosH(Widget wgt)
Return the horizontal scroll position of the body element of given MeshWidget.

Parameters:
wgt - the widget
Returns:
int
Since:
7.0.0


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo