Very nice and useful add-on. Congratulations. I have a question: I have a c

Very nice and useful add-on. Congratulations.
I have a question: I’am on Vaadin 14. I have a class that I’m, obliged to extend HorizontalLayout, because i have to implement onAttach(attachEvent) and onDetach(DetachEvent detachEvent). Therefore I have to add a ResponsiveLayout object in a HorizontalLayout and that cannot be done as the ResponsiveLayout is not a Component as required in “add(Component comp)”.
Can you please provide a hint or solution to this case?
Than you in advance;