List of usage examples for com.vaadin.event ConnectorActionManager subclass-usage
From source file com.haulmont.cuba.web.toolkit.ShortcutActionManager.java
/** * Keeps track of the ShortcutListeners added to component, and manages the painting and handling as well. <br> * Paints actions with ShortcutListener to separate 'shortcuts' json tag. */ public class ShortcutActionManager extends ConnectorActionManager {
From source file com.haulmont.cuba.web.widgets.ShortcutActionManager.java
/** * Keeps track of the ShortcutListeners added to component, and manages the painting and handling as well. <br> * Paints actions with ShortcutListener to separate 'shortcuts' json tag. */ public class ShortcutActionManager extends ConnectorActionManager {