Author: msorokin
Date: 2008-03-31 11:13:02 -0400 (Mon, 31 Mar 2008)
New Revision: 7476
Modified:
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-03-31 15:12:48
UTC (rev 7475)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-03-31 15:13:02
UTC (rev 7476)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -283,7 +283,20 @@
<classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific
data row</description>
</property>
- <property el="false">
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+
+ <property el="false">
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
<description>The attribute provides access to a row key in a Request
scope</description>