Package com.vaadin.classic.v8.event
Interface Action.Handler
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActionManager
- Enclosing class:
- Action
Deprecated.
Not supported. See Classic Component Pack documentation in
https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for
mitigation options.
-
Method Summary
Modifier and TypeMethodDescriptionAction[]getActions(Object target, Object sender) Deprecated.voidhandleAction(Action action, Object sender, Object target) Deprecated.
-
Method Details
-
getActions
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- 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.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- 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.
-