Uses of Interface
com.google.gwt.user.client.ui.VerticalScrollbar
Packages that use VerticalScrollbar
Package
Description
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 VerticalScrollbarModifier and TypeClassDescriptionclassA vertical scrollbar implemented using the browsers native scrollbar.Methods in com.google.gwt.user.client.ui that return VerticalScrollbarModifier and TypeMethodDescriptionCustomScrollPanel.getVerticalScrollbar()Get the scrollbar used for vertical scrolling.Methods in com.google.gwt.user.client.ui with parameters of type VerticalScrollbarModifier and TypeMethodDescriptionvoidCustomScrollPanel.setVerticalScrollbar(VerticalScrollbar scrollbar, int width) Set the scrollbar used for vertical scrolling.