Label h1 = new Label("Tables");
h1.addStyleName("h1");
addComponent(h1);
HorizontalLayout wrap = new HorizontalLayout();
wrap.addStyleName("wrapping");
wrap.setSpacing(true);
addComponent(wrap);
wrap.addComponents(hierarchical, footer, sized, expandRatios, stripes,
verticalLines, horizontalLines, borderless, headers, compact,