"public class Test extends LayoutContainer {",
" public Test() {",
" }",
"}");
// set TableRowLayout
TableRowLayoutInfo layout =
createJavaInfo("com.extjs.gxt.ui.client.widget.layout.TableRowLayout");
container.setLayout(layout);
assertEditor(
"// filler filler filler",
"public class Test extends LayoutContainer {",