smallSplitPanel.setCaption("SmallVertSplitPan");
smallSplitPanel.setFirstComponent(new Label("Some content 1"));
smallSplitPanel.setSecondComponent(new Label("Some content 2"));
smallSplitPanel.setComponentError(new UserError("A error message..."));
smallSplitPanel.setSplitPosition(50);
smallSplitPanel.addStyleName(Reindeer.SPLITPANEL_SMALL);
smallSplitPanel.setEnabled(false);
smallSplitPanel.setHeight("50px");
smallSplitPanel.setId("layout" + debugIdCounter++);
addComponent(smallSplitPanel);