Package com.google.gwt.user.client.ui
Interface MenuBar.MenuBarImages
-
- All Superinterfaces:
ImageBundle
- Enclosing class:
- MenuBar
@Deprecated public static interface MenuBar.MenuBarImages extends ImageBundle
Deprecated.replaced byMenuBar.Resources
AnImageBundle
that provides images forMenuBar
.
-
-
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
menuBarSubMenuIcon()
Deprecated.An image indicating aMenuItem
has an associated submenu.
-
-
-
Method Detail
-
menuBarSubMenuIcon
AbstractImagePrototype menuBarSubMenuIcon()
Deprecated.An image indicating aMenuItem
has an associated submenu.- Returns:
- a prototype of this image
-
-