Package com.google.gwt.user.client.ui
Interface HorizontalSplitPanelImages
-
- All Superinterfaces:
ImageBundle
@Deprecated public interface HorizontalSplitPanelImages extends ImageBundle
Deprecated.replaced byHorizontalSplitPanel.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
horizontalSplitPanelThumb()
Deprecated.An image representing the drag thumb.
-
-
-
Method Detail
-
horizontalSplitPanelThumb
@Resource("splitPanelThumb.png") AbstractImagePrototype horizontalSplitPanelThumb()
Deprecated.An image representing the drag thumb.
-
-