Uses of Class
com.vaadin.client.ui.VMenuBar.CustomMenuItem
-
Packages that use VMenuBar.CustomMenuItem Package Description com.vaadin.client.ui -
-
Uses of VMenuBar.CustomMenuItem in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as VMenuBar.CustomMenuItem Modifier and Type Field Description VMenuBar.CustomMenuItem
VMenuBar. moreItem
For internal use only.protected VMenuBar.CustomMenuItem
VMenuBar. selected
Fields in com.vaadin.client.ui with type parameters of type VMenuBar.CustomMenuItem Modifier and Type Field Description protected ArrayList<VMenuBar.CustomMenuItem>
VMenuBar. items
Methods in com.vaadin.client.ui that return VMenuBar.CustomMenuItem Modifier and Type Method Description VMenuBar.CustomMenuItem
VMenuBar. addItem(String html, com.google.gwt.user.client.Command cmd)
Add a new item to this menuVMenuBar.CustomMenuItem
VMenuBar. getMenuItemWithElement(com.google.gwt.dom.client.Element element)
Get menu item with given DOM elementVMenuBar.CustomMenuItem
VMenuBar. getMenuItemWithElement(com.google.gwt.user.client.Element element)
Deprecated.As of 7.2, call or overrideVMenuBar.getMenuItemWithElement(Element)
insteadVMenuBar.CustomMenuItem
VMenuBar. getSelected()
Returns the currently selected item of this menu, or null if nothing is selectedMethods in com.vaadin.client.ui that return types with arguments of type VMenuBar.CustomMenuItem Modifier and Type Method Description List<VMenuBar.CustomMenuItem>
VMenuBar. getItems()
Returns a list of items in this menuMethods in com.vaadin.client.ui with parameters of type VMenuBar.CustomMenuItem Modifier and Type Method Description void
VMenuBar. addItem(VMenuBar.CustomMenuItem item)
Add a new item to this menuvoid
VMenuBar. addItem(VMenuBar.CustomMenuItem item, int index)
void
VMenuBar. hideChildMenu(VMenuBar.CustomMenuItem item)
Hides the submenu of an itemvoid
VMenuBar. itemClick(VMenuBar.CustomMenuItem item)
When an item is clickedvoid
VMenuBar. itemOut(VMenuBar.CustomMenuItem item)
When the mouse is moved away from an itemvoid
VMenuBar. itemOver(VMenuBar.CustomMenuItem item)
When the user hovers the mouse over the itemvoid
VMenuBar. removeItem(VMenuBar.CustomMenuItem item)
Remove the given item from this menuvoid
VMenuBar. setSelected(VMenuBar.CustomMenuItem item)
Set the currently selected item of this menuvoid
VMenuBar. showChildMenu(VMenuBar.CustomMenuItem item)
Shows the child menu of an item.protected void
VMenuBar. showChildMenuAt(VMenuBar.CustomMenuItem item, int top, int left)
-