Skip to content

Please add support for retrieving LegacyWrapper instance for a wrapped Component #64

Description

@mvysny

Sometimes e.g. a security framework may require one to traverse the component tree, collect all security annotations and evaluate them.

However, with mixed V8-V14 code, it's not possible to cross the boundary to the containing V14 LegacyWrapper from a Vaadin8 Component: the getParent() will eventually lead us to MprUIContent, then to MprUI which has null parent.

It would be great to have a possibility to get the owning LegacyWrapper from a V8 Component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions