Package com.google.gwt.user.client.ui
Interface NativeVerticalScrollbar.ResourcesTransparant
- All Superinterfaces:
ClientBundle
,NativeVerticalScrollbar.Resources
- Enclosing class:
NativeVerticalScrollbar
public static interface NativeVerticalScrollbar.ResourcesTransparant
extends NativeVerticalScrollbar.Resources
A variation of
NativeVerticalScrollbar.Resources
that renders the scrollbar
semi-transparent until it is hovered.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
-
Method Summary
Modifier and TypeMethodDescriptionThe styles used in this widget.
-
Method Details
-
nativeVerticalScrollbarStyle
@Source("com/google/gwt/user/client/ui/NativeVerticalScrollbarTransparent.css") NativeVerticalScrollbar.Style nativeVerticalScrollbarStyle()The styles used in this widget.- Specified by:
nativeVerticalScrollbarStyle
in interfaceNativeVerticalScrollbar.Resources
-