comparison src/econnect/wp3_3/client/widgets/table/StiTable.java @ 14:fef6080e83ad

removed unused libraries moved all elements below the mainContainer element fixed layout, so that the sti can be located anywhere an the website fixed kml loading bug in debug mode fixed misleading var names (e.g. search -> open)
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 26 Nov 2012 14:39:42 +0100
parents cf06b77a8bbd
children
comparison
equal deleted inserted replaced
13:3316a738ac72 14:fef6080e83ad
32 public StiTable( StiCore core ){ 32 public StiTable( StiCore core ){
33 this.core = core; 33 this.core = core;
34 this.dataTables = new DynamicStiTable[0]; 34 this.dataTables = new DynamicStiTable[0];
35 this.setStyleName("baseTable"); 35 this.setStyleName("baseTable");
36 this.setVisible(false); 36 this.setVisible(false);
37 RootPanel.get("tableWindow").add(this); 37 //RootPanel.get("tableWindow").add(this);
38 } 38 }
39 39
40 /** 40 /**
41 * method called from javascript source if selection of elements has changed 41 * method called from javascript source if selection of elements has changed
42 * 42 *