|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MenuItemSeparator | |
---|---|
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 | |
---|---|
MenuItemSeparator |
MenuBar.addSeparator()
Adds a thin line to the MenuBar to separate sections of
MenuItem s. |
MenuItemSeparator |
MenuBar.addSeparator(MenuItemSeparator separator)
Adds a thin line to the MenuBar to separate sections of
MenuItem s. |
MenuItemSeparator |
MenuBar.insertSeparator(int beforeIndex)
Adds a thin line to the MenuBar to separate sections of
MenuItem s at the specified index. |
MenuItemSeparator |
MenuBar.insertSeparator(MenuItemSeparator separator,
int beforeIndex)
Adds a thin line to the MenuBar to separate sections of
MenuItem s at the specified index. |
Methods in com.google.gwt.user.client.ui with parameters of type MenuItemSeparator | |
---|---|
MenuItemSeparator |
MenuBar.addSeparator(MenuItemSeparator separator)
Adds a thin line to the MenuBar to separate sections of
MenuItem s. |
int |
MenuBar.getSeparatorIndex(MenuItemSeparator item)
Get the index of a MenuItemSeparator . |
MenuItemSeparator |
MenuBar.insertSeparator(MenuItemSeparator separator,
int beforeIndex)
Adds a thin line to the MenuBar to separate sections of
MenuItem s at the specified index. |
void |
MenuBar.removeSeparator(MenuItemSeparator separator)
Removes the specified MenuItemSeparator from the bar. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |