Uses of Interface
com.google.gwt.user.client.ui.HorizontalScrollbar
Packages that use HorizontalScrollbar
Package
Description
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 HorizontalScrollbarModifier and TypeClassDescriptionclass
A horizontal scrollbar implemented using the browsers native scrollbar.Methods in com.google.gwt.user.client.ui that return HorizontalScrollbarModifier and TypeMethodDescriptionCustomScrollPanel.getHorizontalScrollbar()
Get the scrollbar used for horizontal scrolling.Methods in com.google.gwt.user.client.ui with parameters of type HorizontalScrollbarModifier and TypeMethodDescriptionvoid
CustomScrollPanel.setHorizontalScrollbar
(HorizontalScrollbar scrollbar, int height) Set the scrollbar used for horizontal scrolling.