+ ". In pellentesque faucibus vestibulum. Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet.");
// row.addComponent(text);
// row.setExpandRatio(text, 1);
Button button = new Button("Edit");
button.addStyleName(Reindeer.BUTTON_SMALL);
row.addComponent(button);
// row.setComponentAlignment(button, Alignment.MIDDLE_LEFT);
button = new Button("Delete");
button.addStyleName(Reindeer.BUTTON_SMALL);