[richfaces-svn-commits] JBoss Rich Faces SVN: r2417 - trunk/ui/dataTable/src/test/java/org/richfaces/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 22 15:59:16 EDT 2007


Author: dbiatenia
Date: 2007-08-22 15:59:16 -0400 (Wed, 22 Aug 2007)
New Revision: 2417

Modified:
   trunk/ui/dataTable/src/test/java/org/richfaces/component/DataTableComponentTest.java
Log:
new attribute 'beforeupdate' added, js-function will be invoked before updating DOM-tree on the page

Modified: trunk/ui/dataTable/src/test/java/org/richfaces/component/DataTableComponentTest.java
===================================================================
--- trunk/ui/dataTable/src/test/java/org/richfaces/component/DataTableComponentTest.java	2007-08-22 19:59:12 UTC (rev 2416)
+++ trunk/ui/dataTable/src/test/java/org/richfaces/component/DataTableComponentTest.java	2007-08-22 19:59:16 UTC (rev 2417)
@@ -199,6 +199,16 @@
 			// TODO Auto-generated method stub
 			
 		}
+
+		public String getBeforeUpdate() {
+			// TODO Auto-generated method stub
+			return null;
+		}
+
+		public void setBeforeUpdate(String beforeUpdate) {
+			// TODO Auto-generated method stub
+			
+		}
 	}
 
 	private UIDataTable dataTable;




More information about the richfaces-svn-commits mailing list