# HG changeset patch # User Sebastian Kruse # Date 1355237363 -3600 # Node ID cd79dc4676889907d5520200daf42df457b52048 # Parent 448fbc8865a52866482dd448094a7a3e3912d8ad Add comment for highlighting code diff -r 448fbc8865a5 -r cd79dc467688 src/econnect/wp3_3/client/widgets/table/DynamicStiTable.java --- a/src/econnect/wp3_3/client/widgets/table/DynamicStiTable.java Tue Dec 11 15:36:08 2012 +0100 +++ b/src/econnect/wp3_3/client/widgets/table/DynamicStiTable.java Tue Dec 11 15:49:23 2012 +0100 @@ -313,6 +313,8 @@ this.elementsTable.setColumnWidth(placeColumn, "33%"); this.elementsTable.setColumnWidth(descriptionColumn, "33%"); + //This handler adds the hover-functionality to the table, + //basically highlighting of rows (and in the map/timeplot) this.elementsTable.addCellPreviewHandler(new Handler() { //@Override