com.gwtext.client.widgets.layout.TableLayout
com.extjs.gxt.ui.client.widget.layout.TableLayout
259425952596259725982599260026012602260326042605260626072608
" add(button);", " }", " }", "}"); panel.refresh(); TableLayoutInfo layout = (TableLayoutInfo) panel.getLayout(); // initially 2 controls - filler and Button assertThat(panel.getWidgets()).hasSize(2); // after delete - only Button layout.delete(); assertThat(panel.getWidgets()).hasSize(1); assertEditor( "public class Test extends LayoutContainer {", " public Test() {", " {",