List of usage examples for com.vaadin.event ShortcutListener subclass-usage
From source file com.haulmont.cuba.web.gui.components.ContainerShortcutActionWrapper.java
public class ContainerShortcutActionWrapper extends com.vaadin.event.ShortcutListener { protected Component.ShortcutAction action; protected Component.Container container; protected KeyCombination keyCombination;
From source file com.haulmont.cuba.web.gui.components.util.ShortcutListenerDelegate.java
/** * Convenient ShortcutListener subclass that accepts lambda handler. */ public final class ShortcutListenerDelegate extends ShortcutListener { private ShortcutListenerHandler handler;
From source file com.haulmont.cuba.web.gui.MenuShortcutAction.java
public class MenuShortcutAction extends ShortcutListener { private static final long serialVersionUID = -5416777300893219886L; protected AppMenu.MenuItem menuItem;
From source file com.haulmont.cuba.web.toolkit.MenuShortcutAction.java
public class MenuShortcutAction extends ShortcutListener { private static final long serialVersionUID = -5416777300893219886L; protected AppMenu.MenuItem menuItem;
From source file com.peergreen.webconsole.scope.deployment.internal.actions.DeleteFileShortcutListener.java
/** * @author Mohammed Boukada */ public class DeleteFileShortcutListener extends ShortcutListener { private DeploymentViewManager deploymentViewManager;
From source file org.opencms.ui.components.A_CmsFocusShortcutListener.java
/** * Shortcut listener that will only be active, while the given text field has the keyboard focus.<p> */ public abstract class A_CmsFocusShortcutListener extends ShortcutListener implements BlurListener, FocusListener { /** The serial version id. */
From source file org.tylproject.vaadin.addon.datanav.NavShortcutListener.java
/** * Created by evacchi on 25/11/14. */ public abstract class NavShortcutListener extends ShortcutListener { private boolean enabled = true;