Package com.vaadin.classic.v8.event
Interface Action.Notifier
- All Superinterfaces:
Action.Container,Serializable
- 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 TypeMethodDescription<T extends Action & Action.Listener>
voidaddAction(T action) Deprecated.<T extends Action & Action.Listener>
voidremoveAction(T action) Deprecated.Methods inherited from interface com.vaadin.classic.v8.event.Action.Container
addActionHandler, removeActionHandler
-
Method Details
-
addAction
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Type Parameters:
T- type- Parameters:
action- action
-
removeAction
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Type Parameters:
T- type- Parameters:
action- action
-