Mercurial > hg > STI-GWT
changeset 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 | 4a1967ab2256 |
children | 5d401f5c6433 |
files | src/econnect/wp3_3/client/core/StiCore.java |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
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() /*-{