" {new: com.extjs.gxt.ui.client.widget.button.ButtonGroup} {local-unique: group} {/new ButtonGroup(1)/ /group.add(button)/ /add(group)/}",
" {implicit-layout: com.extjs.gxt.ui.client.widget.layout.TableLayout} {implicit-layout} {}",
" {new: com.extjs.gxt.ui.client.widget.button.Button} {local-unique: button} {/new Button()/ /group.add(button)/}",
" {virtual-layout_data: com.extjs.gxt.ui.client.widget.layout.TableData} {virtual-layout-data} {}");
// delete "group"
ComponentInfo group = getJavaInfoByName("group");
group.delete();
assertEditor(
"// filler filler filler",
"public class Test extends LayoutContainer {",
" public Test() {",
" }",