Package com.google.gwt.user.client.ui
Interface MenuBar.Resources
-
- All Superinterfaces:
ClientBundle
- Enclosing class:
- MenuBar
public static interface MenuBar.Resources extends ClientBundle
A ClientBundle that contains the default resources for 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
menuBarSubMenuIcon()
An image indicating aMenuItem
has an associated submenu.
-
-
-
Method Detail
-
menuBarSubMenuIcon
@ImageOptions(flipRtl=true) ImageResource menuBarSubMenuIcon()
An image indicating aMenuItem
has an associated submenu.
-
-