Class SubMenu

All Implemented Interfaces:
HasMenuItems, Serializable

public class SubMenu extends SubMenuBase<ContextMenu,MenuItem,SubMenu> implements HasMenuItems
API that allows adding content into the sub menus of a ContextMenu to create hierarchical menus. Get it by calling MenuItemBase.getSubMenu() on the item component that should open the sub menu. Sub menu will be rendered only if content has been added inside it.
Author:
Vaadin Ltd.
See Also: