How Vaadin designer can integrate Vaadin Charts/Board/SpreadSheet

my views has been built with Vaadin designer
I want to use Vaadin Charts , Vaadin Board, Vaadin SpreadSheet

can I put in a view , built with Vaadin designer, a Chart, a Board or a SpreadSheet ?
which are the steps?

thanks

Yes you can. It really depends on what you’re doing, but let’s say you have a VerticalLayout inside your Design. Once you have a Name property defined in your VerticalLayout, you can access it in your Java code. Create a custom class that extends the Java companion file and you can use the named VerticalLayout that is now a member variable. Just use the addComponent method to add a Chart or a Board or a Spreadsheet to the Layout.

Hope this helps,

Olli