List of usage examples for com.vaadin.ui Layout addComponents
public void addComponents(Component... components);
From source file:org.vaadin.spring.samples.mvp.ui.view.LayoutIntegrator.java
License:Apache License
static void addComponents(Layout layout, Component[] components) { layout.addComponents(components); }