comparison src/econnect/wp3_3/client/core/StiCore.java @ 50:fe646332827c CellTable

add functions for time/map/table updates that where only accessible through plain JS before
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 10 Dec 2012 16:43:15 +0100
parents f635bbdc6a03
children ed444173aef0
comparison
equal deleted inserted replaced
49:4a1967ab2256 50:fe646332827c
155 public final native void updateTimeAndMap() /*-{ 155 public final native void updateTimeAndMap() /*-{
156 this.updateTimeAndMap(); 156 this.updateTimeAndMap();
157 }-*/; 157 }-*/;
158 158
159 /** 159 /**
160 * Updates the timeplot and table widget of selections have been made in the table widget
161 */
162 public final native void updateTimeAndTable() /*-{
163 this.updateTimeAndTable();
164 }-*/;
165
166 /**
167 * Updates the map and table widget of selections have been made in the table widget
168 */
169 public final native void updateTableAndMap() /*-{
170 this.updateTableAndMap();
171 }-*/;
172
173 /**
174 * Updates the timeplot and map and table widget of selections have been made in the table widget
175 */
176 public final native void updateMapAndTimeAndTable() /*-{
177 this.updateMapAndTimeAndTable();
178 }-*/;
179
180 /**
160 * Resets the core 181 * Resets the core
161 */ 182 */
162 public final native void reset() /*-{ 183 public final native void reset() /*-{
163 this.reset(); 184 this.reset();
164 }-*/; 185 }-*/;