Package com.vaadin.classic.v8.event
Class ActionManager
java.lang.Object
com.vaadin.classic.v8.event.ActionManager
- All Implemented Interfaces:
Action.Container,Action.Handler,Action.Notifier,Serializable
Deprecated.
Not supported. See Classic Component Pack documentation in
https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for
mitigation options.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Action & Action.Listener>
voidaddAction(T action) Deprecated.voidaddActionHandler(Action.Handler actionHandler) Deprecated.Action[]getActions(Object target, Object sender) Deprecated.voidhandleAction(Action action, Object sender, Object target) Deprecated.voidhandleActions(Map<String, Object> variables, Action.Container sender) Deprecated.voidpaintActions(Object actionTarget, Object paintTarget) Deprecated.<T extends Action & Action.Listener>
voidremoveAction(T action) Deprecated.voidremoveActionHandler(Action.Handler actionHandler) Deprecated.voidDeprecated.<T extends Action.Container>
voidsetViewer(T viewer) Deprecated.
-
Constructor Details
-
ActionManager
Deprecated. -
ActionManager
Deprecated.
-
-
Method Details
-
setViewer
Deprecated. -
addAction
Deprecated.Description copied from interface:Action.NotifierNot supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Specified by:
addActionin interfaceAction.Notifier- Type Parameters:
T- type- Parameters:
action- action
-
removeAction
Deprecated.Description copied from interface:Action.NotifierNot supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Specified by:
removeActionin interfaceAction.Notifier- Type Parameters:
T- type- Parameters:
action- action
-
addActionHandler
Deprecated.Description copied from interface:Action.ContainerNot supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Specified by:
addActionHandlerin interfaceAction.Container- Parameters:
actionHandler- the new handler to be added.
-
removeActionHandler
Deprecated.Description copied from interface:Action.ContainerNot supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Specified by:
removeActionHandlerin interfaceAction.Container- Parameters:
actionHandler- the handler to be removed.
-
removeAllActionHandlers
Deprecated. -
paintActions
Deprecated. -
handleActions
Deprecated. -
getActions
Deprecated.Description copied from interface:Action.HandlerNot supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Specified by:
getActionsin interfaceAction.Handler- Parameters:
target- the target handler to list actions for. For item containers this is the item id.sender- the party that would be sending the actions. Most of this is the action container.- Returns:
- empty list
-
handleAction
Deprecated.Description copied from interface:Action.HandlerNot supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Specified by:
handleActionin interfaceAction.Handler- Parameters:
action- the action to be handled.sender- the sender of the action. This is most often the action container.target- the target of the action. For item containers this is the item id.
-