Package com.google.gwt.user.client.ui
Interface NativeVerticalScrollbar.Resources
-
- All Superinterfaces:
ClientBundle
- All Known Subinterfaces:
NativeVerticalScrollbar.ResourcesTransparant
- Enclosing class:
- NativeVerticalScrollbar
public static interface NativeVerticalScrollbar.Resources extends ClientBundle
A ClientBundle of resources used by this widget.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NativeVerticalScrollbar.Style
nativeVerticalScrollbarStyle()
The styles used in this widget.
-
-
-
Method Detail
-
nativeVerticalScrollbarStyle
@Source("com/google/gwt/user/client/ui/NativeVerticalScrollbar.css") NativeVerticalScrollbar.Style nativeVerticalScrollbarStyle()
The styles used in this widget.
-
-