Package com.google.gwt.user.client.ui
Interface VerticalSplitPanel.Resources
-
- All Superinterfaces:
ClientBundle
- Enclosing class:
- VerticalSplitPanel
public static interface VerticalSplitPanel.Resources extends ClientBundle
The default 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 ImageResource
verticalSplitPanelThumb()
An image representing the drag thumb.
-
-
-
Method Detail
-
verticalSplitPanelThumb
@Source("splitPanelThumb.png") ImageResource verticalSplitPanelThumb()
An image representing the drag thumb.
-
-