Uses of Interface
com.google.gwt.user.client.ui.MenuBar.Resources
-
Packages that use MenuBar.Resources Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of MenuBar.Resources in com.google.gwt.user.client.ui
Constructors in com.google.gwt.user.client.ui with parameters of type MenuBar.Resources Constructor Description MenuBar(boolean vertical, MenuBar.Resources resources)
Creates an empty menu bar that uses the specified ClientBundle for menu images.MenuBar(MenuBar.Resources resources)
Creates an empty horizontal menu bar that uses the specified ClientBundle for menu images.
-