Package com.vaadin.classic.v8.event
Interface Action.Container
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
Action.Notifier
- All Known Implementing Classes:
ActionManager,Panel
- Enclosing class:
- Action
@Deprecated public static interface Action.Container extends java.io.SerializableDeprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidaddActionHandler(Action.Handler actionHandler)Deprecated.voidremoveActionHandler(Action.Handler actionHandler)Deprecated.
-
-
-
Method Detail
-
addActionHandler
@Deprecated void addActionHandler(Action.Handler actionHandler)
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 void removeActionHandler(Action.Handler actionHandler)
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.
-
-