Package io.jmix.ui.widget
Class ShortcutActionManager
java.lang.Object
com.vaadin.event.ActionManager
com.vaadin.event.ConnectorActionManager
io.jmix.ui.widget.ShortcutActionManager
- All Implemented Interfaces:
com.vaadin.event.Action.Container
,com.vaadin.event.Action.Handler
,com.vaadin.event.Action.Notifier
,Serializable
public class ShortcutActionManager
extends com.vaadin.event.ConnectorActionManager
Keeps track of the ShortcutListeners added to component, and manages the painting and handling as well.
Paints actions with ShortcutListener to separate 'shortcuts' json tag.
Paints actions with ShortcutListener to separate 'shortcuts' json tag.
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.event.ActionManager
actionHandlers, actionMapper, ownActions, viewer
-
Constructor Summary
-
Method Summary
Methods inherited from class com.vaadin.event.ConnectorActionManager
handleAction
Methods inherited from class com.vaadin.event.ActionManager
addAction, addActionHandler, getActions, handleActions, paintActions, removeAction, removeActionHandler, removeAllActionHandlers, setViewer
-
Constructor Details
-
ShortcutActionManager
public ShortcutActionManager(com.vaadin.server.ClientConnector connector)
-
-
Method Details
-
getActionsJsonTag
- Overrides:
getActionsJsonTag
in classcom.vaadin.event.ActionManager
-
isNeedToAddActionVariable
protected boolean isNeedToAddActionVariable()- Overrides:
isNeedToAddActionVariable
in classcom.vaadin.event.ActionManager
-