Label footerText = new Label("Footer text");
footerText.setSizeUndefined();
Button ok = new Button("OK");
ok.addStyleName("primary");
Button cancel = new Button("Cancel");
footer.addComponents(footerText, ok, cancel);
footer.setExpandRatio(footerText, 1);