diff src/econnect/wp3_3/client/core/DataObject.java @ 45:fc9061488e75 CellTable

background and border color of CellTable for selection and hover
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Fri, 07 Dec 2012 18:57:02 +0100
parents 3316a738ac72
children 8b58d9bc0bb6
line wrap: on
line diff
--- a/src/econnect/wp3_3/client/core/DataObject.java	Fri Dec 07 16:04:27 2012 +0100
+++ b/src/econnect/wp3_3/client/core/DataObject.java	Fri Dec 07 18:57:02 2012 +0100
@@ -135,6 +135,15 @@
 		this.setHover(hover);
 	}-*/;
 
+	/**
+     * Getter for the hover status of the DataObject
+     *
+     * @param hover boolean value is true, if the object is hovered
+    */
+	public final native boolean getHover()  /*-{
+		return (this.hoverSelect == true);
+	}-*/;
+
     /**
      * Setter for the selection of the DataObject
      *