verticalLayout.replaceComponent(label2, label1);
}
}
});
verticalLayout.addComponent(button);
verticalLayout.addComponent(label1);
Table table = new Table();
table.addContainerProperty("Field", TextField.class, null);
Object id = table.addItem();
TextField tf = new TextField();