# HG changeset patch # User Sebastian Kruse # Date 1355154195 -3600 # Node ID fe646332827ccd8fe198d9e7b130a9d7ef1447db # Parent 4a1967ab22569432db56561fb4e4c6ba8ffece7e add functions for time/map/table updates that where only accessible through plain JS before diff -r 4a1967ab2256 -r fe646332827c src/econnect/wp3_3/client/core/StiCore.java --- 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() /*-{