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
Constructors -
Method Summary
Methods inherited from class com.vaadin.event.ConnectorActionManager
handleActionMethods 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:
getActionsJsonTagin classcom.vaadin.event.ActionManager
-
isNeedToAddActionVariable
protected boolean isNeedToAddActionVariable()- Overrides:
isNeedToAddActionVariablein classcom.vaadin.event.ActionManager
-