diff 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
line wrap: on
line diff
--- a/src/econnect/wp3_3/client/core/StiCore.java	Mon Dec 10 16:42:34 2012 +0100
+++ b/src/econnect/wp3_3/client/core/StiCore.java	Mon Dec 10 16:43:15 2012 +0100
@@ -157,6 +157,27 @@
 	}-*/;
 
     /**
+     * Updates the timeplot and table widget of selections have been made in the table widget
+    */
+	public final native void updateTimeAndTable() /*-{
+		this.updateTimeAndTable();
+	}-*/;
+
+    /**
+     * Updates the map and table widget of selections have been made in the table widget
+    */
+	public final native void updateTableAndMap() /*-{
+		this.updateTableAndMap();
+	}-*/;
+
+    /**
+     * Updates the timeplot and map and table widget of selections have been made in the table widget
+    */
+	public final native void updateMapAndTimeAndTable() /*-{
+		this.updateMapAndTimeAndTable();
+	}-*/;
+	
+	/**
      * Resets the core
     */
 	public final native void reset() /*-{