Author: alexsmirnov
Date: 2007-05-23 20:10:38 -0400 (Wed, 23 May 2007)
New Revision: 858
Modified:
trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml
Log:
descriptions for a drag-drop Listener attributes
Modified: trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml 2007-05-23
18:54:55 UTC (rev 857)
+++ trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml 2007-05-24
00:10:38 UTC (rev 858)
@@ -40,12 +40,13 @@
<defaultvalue>"default"</defaultvalue>
</property>
-->
- <property attachedstate="true">
+ <property elonly="true" attachedstate="true">
<name>dragListener</name>
<classname>javax.faces.el.MethodBinding</classname>
<description>
MethodBinding representing an action listener method that will be notified afrer drag
operation.
- </description>
+ </description>
+ <methodargs>org.ajax4jsf.dnd.event.DragEvent.class</methodargs>
</property>
<property>
<name>disableDefault</name>
Modified: trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml 2007-05-23
18:54:55 UTC (rev 857)
+++ trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml 2007-05-24
00:10:38 UTC (rev 858)
@@ -35,9 +35,11 @@
<property>
<name>dropListener</name>
<classname>javax.faces.el.MethodBinding</classname>
- <description>
- MethodBinding representing an action listener method that will be notified afrer drop
operation.
+ <description><![CDATA[
+ MethodBinding representing an action listener method that will be notified afrer drop
operation.
+ ]]>
</description>
+ <methodargs>org.ajax4jsf.dnd.event.DropEvent.class</methodargs>
</property>
<property>
<name>disableDefault</name>