Uses of Class
com.google.gwt.user.client.ui.MenuItemSeparator
-
Packages that use MenuItemSeparator Package Description com.google.gwt.user.client.ui 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 MenuItemSeparator Modifier and Type Method Description MenuItemSeparator
MenuBar. addSeparator()
MenuItemSeparator
MenuBar. addSeparator(MenuItemSeparator separator)
MenuItemSeparator
MenuBar. insertSeparator(int beforeIndex)
MenuItemSeparator
MenuBar. insertSeparator(MenuItemSeparator separator, int beforeIndex)
Methods in com.google.gwt.user.client.ui with parameters of type MenuItemSeparator Modifier and Type Method Description MenuItemSeparator
MenuBar. addSeparator(MenuItemSeparator separator)
int
MenuBar. getSeparatorIndex(MenuItemSeparator item)
Get the index of aMenuItemSeparator
.MenuItemSeparator
MenuBar. insertSeparator(MenuItemSeparator separator, int beforeIndex)
void
MenuBar. removeSeparator(MenuItemSeparator separator)
Removes the specifiedMenuItemSeparator
from the bar.
-