Package com.google.gwt.user.client.ui
Interface CustomScrollPanel.Resources
-
- All Superinterfaces:
ClientBundle
- Enclosing class:
- CustomScrollPanel
public static interface CustomScrollPanel.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 CustomScrollPanel.Style
customScrollPanelStyle()
The styles used in this widget.
-
-
-
Method Detail
-
customScrollPanelStyle
@Source("com/google/gwt/user/client/ui/CustomScrollPanel.css") CustomScrollPanel.Style customScrollPanelStyle()
The styles used in this widget.
-
-