Package com.google.gwt.user.client.ui
Interface VerticalSplitPanelImages
-
- All Superinterfaces:
ImageBundle
@Deprecated public interface VerticalSplitPanelImages extends ImageBundle
Deprecated.replaced byVerticalSplitPanel.Resources
.AnImageBundle
that provides images forHorizontalSplitPanel
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
ImageBundle.Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AbstractImagePrototype
verticalSplitPanelThumb()
Deprecated.An image representing the drag thumb.
-
-
-
Method Detail
-
verticalSplitPanelThumb
@Resource("splitPanelThumb.png") AbstractImagePrototype verticalSplitPanelThumb()
Deprecated.An image representing the drag thumb.
-
-