Author: sergeyhalipov
Date: 2008-04-02 05:22:20 -0400 (Wed, 02 Apr 2008)
New Revision: 7568
Modified:
branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml
branches/3.1.x/ui/panelmenu/src/main/config/component/panelMenu.xml
branches/3.1.x/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
http://jira.jboss.com/jira/browse/RF-2149
Modified: branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-04-02
08:08:31 UTC (rev 7567)
+++ branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-04-02
09:22:20 UTC (rev 7568)
@@ -50,13 +50,13 @@
<property elonly="true">
<name>sourceSelection</name>
- <classname>java.util.Set</classname>
+ <classname>java.util.Collection</classname>
<description>Manages selection in a source list from the server
side</description>
</property>
<property elonly="true">
<name>targetSelection</name>
- <classname>java.util.Set</classname>
+ <classname>java.util.Collection</classname>
<description>Manages selection in a target list from the server
side</description>
</property>
Modified: branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml 2008-04-02
08:08:31 UTC (rev 7567)
+++ branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml 2008-04-02
09:22:20 UTC (rev 7568)
@@ -185,7 +185,7 @@
<property elonly="true">
<name>selection</name>
- <classname>java.util.Set</classname>
+ <classname>java.util.Collection</classname>
<description>Collection which stores a set of selected
items</description>
</property>
Modified: branches/3.1.x/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- branches/3.1.x/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-02
08:08:31 UTC (rev 7567)
+++ branches/3.1.x/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-02
09:22:20 UTC (rev 7568)
@@ -425,12 +425,12 @@
&listeners;
<property>
<name>action</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding pointing at the application action to be invoked, if
this UIComponent is activated by the user, during the Apply Request Values or Invoke
Application phase of the request processing lifecycle, depending on the value of the
immediate property</description>
</property>
<property>
<name>actionListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding pointing at method accepting an ActionEvent with
return type void</description>
</property>
Modified:
branches/3.1.x/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
---
branches/3.1.x/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-02
08:08:31 UTC (rev 7567)
+++
branches/3.1.x/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-02
09:22:20 UTC (rev 7568)
@@ -60,7 +60,7 @@
<property>
<name>componentState</name>
- <classname>java.lang.String</classname>
+ <classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
@@ -185,7 +185,7 @@
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>The attribute is a representation of an identifier for a specific
data row</description>
</property>
@@ -234,7 +234,7 @@
<property>
<name>ajaxKeys</name>
- <classname>java.lang.String</classname>
+ <classname>java.util.Set</classname>
<description>This attribute defines rows that are updated after an AJAX
request</description>
</property>