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.Serializable
    Deprecated.
    Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
    • 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.