You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/11/25 20:29:36 UTC

svn commit: r598038 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIColumnEvent.java

Author: bommel
Date: Sun Nov 25 11:29:34 2007
New Revision: 598038

URL: http://svn.apache.org/viewvc?rev=598038&view=rev
Log:
(TOBAGO-553) Support for click and dblClick action in the sheet

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIColumnEvent.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIColumnEvent.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIColumnEvent.java?rev=598038&r1=598037&r2=598038&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIColumnEvent.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIColumnEvent.java Sun Nov 25 11:29:34 2007
@@ -61,4 +61,4 @@
       return null;
     }
   }
-}
\ No newline at end of file
+}