Example usage for com.vaadin.ui MenuBar subclass-usage

List of usage examples for com.vaadin.ui MenuBar subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui MenuBar subclass-usage.

Usage

From source file org.eclipse.hawkbit.ui.components.ConfigMenuBar.java

/**
 * Menubar for configuring tags and types (create, update, delete). The menubar
 * is placed in the header of the filter by tags or types tables.
 *
 */
public class ConfigMenuBar extends MenuBar {

From source file org.opennms.features.topology.app.internal.menu.TopologyMenuBar.java

/**
 * Helper class to map Vaadin {@link MenuBar.Command} to OpenNMS {@link Operation}s.
 * Also contains the current visible {@link MenuBar} of the {@link TopologyUI}.
 *
 * @author mvrueden
 */

From source file org.ozkar.vaadinBootstrapp.common.Menu.java

/**
 *
 * @author ozkar
 */
public class Menu extends MenuBar {

From source file org.rapidpm.jumpstart.vaadin.ui.menubar.RapidMenuBar.java

public class RapidMenuBar extends MenuBar {

    public static final String MENUBAR = "menubar";

    @Inject
    PropertyService propertyService;

From source file pl.exsio.frameset.vaadin.navigation.menu.MenuBarMenu.java

/**
 *
 * @author exsio
 */
public class MenuBarMenu extends MenuBar implements Menu {

From source file uk.q3c.krail.core.view.component.DefaultUserNavigationMenu.java

@Listener
@SubscribeTo(SessionBus.class)
public class DefaultUserNavigationMenu extends MenuBar implements OptionContext, UserNavigationMenu {

    protected static final OptionKey<Integer> optionKeyMaximumDepth = new OptionKey<>(10,
            DefaultUserNavigationMenu.class, LabelKey.Maxiumum_Depth, DescriptionKey.Maximum_Menu_Depth);