List of usage examples for com.vaadin.event Action.Handler interface-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.
*/