comparison src/econnect/wp3_3/client/widgets/table/DynamicStiTable.java @ 80:1dc51e3b2848 trimmed_data

Add (ugly) images for export and switch table view
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Thu, 17 Jan 2013 17:58:15 +0100
parents 14cacff35e8d
children
comparison
equal deleted inserted replaced
79:14cacff35e8d 80:1dc51e3b2848
176 this.columns = new ArrayList<ArrayList<ColumnAndName>>(); 176 this.columns = new ArrayList<ArrayList<ColumnAndName>>();
177 177
178 //should be Name + Place 178 //should be Name + Place
179 currentlyVisibleView = 0; 179 currentlyVisibleView = 0;
180 180
181 Image switchTableLayout = new Image(constants.playEnabled()); 181 Image switchTableLayout = new Image(constants.switchView());
182 switchTableLayout.addClickHandler(new ClickHandler() { 182 switchTableLayout.addClickHandler(new ClickHandler() {
183 public void onClick(ClickEvent event) { 183 public void onClick(ClickEvent event) {
184 //switch the layout of the table 184 //switch the layout of the table
185 switchTableLayout(); 185 switchTableLayout();
186 } 186 }