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. It is designed to be overriden

Since:
6.5.0

Method Summary
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


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