[richfaces-svn-commits] JBoss Rich Faces SVN: r2416 - trunk/ui/tabPanel/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:12 EDT 2007
Author: dbiatenia
Date: 2007-08-22 15:59:12 -0400 (Wed, 22 Aug 2007)
New Revision: 2416
Modified:
trunk/ui/tabPanel/src/test/java/org/richfaces/component/UITabTest.java
Log:
new attribute 'beforeupdate' added, js-function will be invoked before updating DOM-tree on the page
Modified: trunk/ui/tabPanel/src/test/java/org/richfaces/component/UITabTest.java
===================================================================
--- trunk/ui/tabPanel/src/test/java/org/richfaces/component/UITabTest.java 2007-08-22 19:59:08 UTC (rev 2415)
+++ trunk/ui/tabPanel/src/test/java/org/richfaces/component/UITabTest.java 2007-08-22 19:59:12 UTC (rev 2416)
@@ -268,5 +268,12 @@
public void setSwitchType(String newvalue) {
}
+
+ public String getBeforeUpdate() {
+ return null;
+ }
+
+ public void setBeforeUpdate(String beforeUpdate) {
+ }
}
}
More information about the richfaces-svn-commits
mailing list