Package com.vaadin.classic.v8.event
Interface Action.Container
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Action.Notifier
- All Known Implementing Classes:
ActionManager,Panel
- 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 TypeMethodDescriptionvoidaddActionHandler(Action.Handler actionHandler) Deprecated.voidremoveActionHandler(Action.Handler actionHandler) Deprecated.
-
Method Details
-
addActionHandler
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Parameters:
actionHandler- the new handler to be added.
-
removeActionHandler
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Parameters:
actionHandler- the handler to be removed.
-