Vaadin (Flow): Navigating to destination with a shared object
问题 Problem: I currently have a grid that displays content of type SomeModel . When I click an entry of that Grid I would like to navigate to a view that takes an object as its input to display the entries content. Implementation: To achive this behaviour I created a DetailLayout like this: public DetailLayout extends FlexLayout implements HasUrlParameter<SomeModel>{ /* skipped some details */ @Override public void setParameter(BeforeEvent event, Host parameter) { /* This is where I expected to