551552553554555556557558559560561
} else { l.addStyleName("edit"); l.removeComponent(text); l.addComponent(rta, 0); rta.focus(); rta.selectAll(); save.setCaption("Save"); save.addStyleName("default"); save.removeStyleName("icon-edit"); save.setDescription(null); }
560561562563564565566567568569570
save.setDescription(null); } } }); rta.focus(); rta.selectAll(); l.addComponent(save); return l; } else if (caption.equals("grid")) { Table t = new Table() { @Override