Interface Action.Handler

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    ActionManager
    Enclosing class:
    Action

    @Deprecated
    public static interface Action.Handler
    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

      • getActions

        @Deprecated
        Action[] getActions​(java.lang.Object target,
                            java.lang.Object sender)
        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
        void handleAction​(Action action,
                          java.lang.Object sender,
                          java.lang.Object target)
        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.