Author: vkukharchuk
Date: 2007-04-26 08:08:57 -0400 (Thu, 26 Apr 2007)
New Revision: 568
Modified:
trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml
trunk/richfaces/tree/src/main/config/component/tree.xml
trunk/richfaces/tree/src/main/config/component/treeNode.xml
Log:
Modified: trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
---
trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2007-04-26
09:57:27 UTC (rev 567)
+++
trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2007-04-26
12:08:57 UTC (rev 568)
@@ -152,7 +152,7 @@
</property>
<property>
<name>sliderListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>
MethodBinding representing an action listener method that will be
notified afrer changing of slider control position.
</description>
Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-04-26
09:57:27 UTC (rev 567)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-04-26
12:08:57 UTC (rev 568)
@@ -79,7 +79,7 @@
<property>
<name>scrollerListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding representing an action listener method that will be
notified afrer scrolling.
</description>
</property>
Modified: trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml 2007-04-26
09:57:27 UTC (rev 567)
+++ trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml 2007-04-26
12:08:57 UTC (rev 568)
@@ -42,7 +42,7 @@
-->
<property>
<name>dragListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>
MethodBinding representing an action listener method that will be notified afrer drag
operation.
</description>
Modified: trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml 2007-04-26
09:57:27 UTC (rev 567)
+++ trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml 2007-04-26
12:08:57 UTC (rev 568)
@@ -34,7 +34,7 @@
<property>
<name>dropListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>
MethodBinding representing an action listener method that will be notified afrer drop
operation.
</description>
Modified: trunk/richfaces/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/tree.xml 2007-04-26 09:57:27 UTC (rev
567)
+++ trunk/richfaces/tree/src/main/config/component/tree.xml 2007-04-26 12:08:57 UTC (rev
568)
@@ -65,22 +65,22 @@
</property>
<property>
<name>changeExpandListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>Listener called on expand/collapse event on the
node.</description>
</property>
<property>
<name>dragListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding representing an action listener method that will be
notified after drag operation. </description>
</property>
<property>
<name>dropListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding representing an action listener method that will be
notified after drop operation. </description>
</property>
<property>
<name>nodeSelectListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding representing an action listener method that will be
notified after selection of node. </description>
</property>
<property>
Modified: trunk/richfaces/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/treeNode.xml 2007-04-26 09:57:27 UTC
(rev 567)
+++ trunk/richfaces/tree/src/main/config/component/treeNode.xml 2007-04-26 12:08:57 UTC
(rev 568)
@@ -74,22 +74,22 @@
<property>
<name>changeExpandListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>Listener called on expand/collapse event on the
node.</description>
</property>
<property>
<name>dragListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding representing an action listener method that will be
notified after drag operation. </description>
</property>
<property>
<name>dropListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding representing an action listener method that will be
notified after drop operation. </description>
</property>
<property>
<name>nodeSelectListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding representing an action listener method that will be
notified after selection of node. </description>
</property>
<property>
Show replies by date