Java com.vaadin.client.ui VMenuBar fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client.ui VMenuBar fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client.ui VMenuBar.

The text is from its open source code.

Subclass

com.vaadin.client.ui.VMenuBar has subclasses.
Click this link to see all its subclasses.

Method

CustomMenuItemaddItem(String html, Command cmd)
Add a new item to this menu.
voidaddItem(CustomMenuItem item, int index)
ListgetItems()
Returns a list of items in this menu.
VMenuBargetParentMenu()
Returns the parent menu of this menu, or null if this is the top-level menu.
CustomMenuItemgetSelected()
Returns the currently selected item of this menu, or null if nothing is selected.
voidhideChildren(boolean animateIn, boolean animateOut)
Recursively hide all child menus.
voidsetSelected(CustomMenuItem item)
Set the currently selected item of this menu.