Example usage for com.vaadin.event Action.Handler interface-usage

List of usage examples for com.vaadin.event Action.Handler interface-usage

Introduction

In this page you can find the example usage for com.vaadin.event Action.Handler interface-usage.

Usage

From source file org.s23m.cell.editor.semanticdomain.ui.components.TreeActionHandler.java

@SuppressWarnings("serial")
public class TreeActionHandler implements Action.Handler {

    public static final Action ACTION_CREATE_VISIBILITY = new Action("Create Visibility");

    public static final Action ACTION_CREATE_SSR = new Action("Create Superset Reference");

From source file org.tylproject.vaadin.addon.datanav.KeyBinder.java

/**
 * Manages default key bindings
 */
public class KeyBinder implements Action.Handler {

    private DataNavigation nav;

From source file se.natusoft.osgi.aps.tools.web.vaadin.components.menutree.MenuTree.java

/**
 * This is a semi advanced menu tree component.
 *
 * You add 'MenuBuilder's to provide the menu contents. The builders also provide actions for when
 * a menu entry is accessed.
 */