45464748495051
* * @param component the component to use for the vaadin application * @return an instance handling that component */ public static EmbedVaadinComponent forComponent(Component component) { return new EmbedVaadinComponent(component); }
43444546474849