Uses of Interface
com.google.gwt.user.client.ui.HorizontalScrollbar
-
Packages that use HorizontalScrollbar Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HorizontalScrollbar in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement HorizontalScrollbar Modifier and Type Class Description class
NativeHorizontalScrollbar
A horizontal scrollbar implemented using the browsers native scrollbar.Methods in com.google.gwt.user.client.ui that return HorizontalScrollbar Modifier and Type Method Description HorizontalScrollbar
CustomScrollPanel. getHorizontalScrollbar()
Get the scrollbar used for horizontal scrolling.Methods in com.google.gwt.user.client.ui with parameters of type HorizontalScrollbar Modifier and Type Method Description void
CustomScrollPanel. setHorizontalScrollbar(HorizontalScrollbar scrollbar, int height)
Set the scrollbar used for horizontal scrolling.
-