Uses of Interface
com.google.gwt.user.client.ui.VerticalScrollbar
-
Packages that use VerticalScrollbar Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of VerticalScrollbar in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement VerticalScrollbar Modifier and Type Class Description classNativeVerticalScrollbarA vertical scrollbar implemented using the browsers native scrollbar.Methods in com.google.gwt.user.client.ui that return VerticalScrollbar Modifier and Type Method Description VerticalScrollbarCustomScrollPanel. getVerticalScrollbar()Get the scrollbar used for vertical scrolling.Methods in com.google.gwt.user.client.ui with parameters of type VerticalScrollbar Modifier and Type Method Description voidCustomScrollPanel. setVerticalScrollbar(VerticalScrollbar scrollbar, int width)Set the scrollbar used for vertical scrolling.
-