Uses of Class
com.google.gwt.user.client.ui.ScrollImpl
-
Packages that use ScrollImpl Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of ScrollImpl in com.google.gwt.user.client.ui
Subclasses of ScrollImpl in com.google.gwt.user.client.ui Modifier and Type Class Description (package private) static class
ScrollImpl.ScrollImplTrident
IE does not fire a scroll event when the scrollable element or the container is resized, so we synthesize one as needed.Methods in com.google.gwt.user.client.ui that return ScrollImpl Modifier and Type Method Description (package private) static ScrollImpl
ScrollImpl. get()
Get the singleton instance ofScrollImpl
.
-