Uses of Class
eu.webtoolkit.jwt.WScrollBar
Package | Description |
---|---|
eu.webtoolkit.jwt |
-
Uses of WScrollBar in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WScrollBar Modifier and Type Method Description WScrollBar
WScrollArea. getHorizontalScrollBar()
Returns the horizontal scrollbar.WScrollBar
WScrollArea. getVerticalScrollBar()
Returns the vertical scrollbar.Methods in eu.webtoolkit.jwt with parameters of type WScrollBar Modifier and Type Method Description static void
WScrollBar. tie(WScrollBar one, WScrollBar two)
Ties two scrollbars together.static void
WScrollBar. unTie(WScrollBar one, WScrollBar two)
Unties two scrollbars, that were previously tied together.