Uses of Class
com.google.gwt.user.client.ui.MenuItemSeparator
Packages that use MenuItemSeparator
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of MenuItemSeparator in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return MenuItemSeparatorModifier and TypeMethodDescriptionMenuBar.addSeparator()MenuBar.addSeparator(MenuItemSeparator separator) MenuBar.insertSeparator(int beforeIndex) MenuBar.insertSeparator(MenuItemSeparator separator, int beforeIndex) Methods in com.google.gwt.user.client.ui with parameters of type MenuItemSeparatorModifier and TypeMethodDescriptionMenuBar.addSeparator(MenuItemSeparator separator) intMenuBar.getSeparatorIndex(MenuItemSeparator item) Get the index of aMenuItemSeparator.MenuBar.insertSeparator(MenuItemSeparator separator, int beforeIndex) voidMenuBar.removeSeparator(MenuItemSeparator separator) Removes the specifiedMenuItemSeparatorfrom the bar.