Author: msorokin
Date: 2008-03-31 11:12:48 -0400 (Mon, 31 Mar 2008)
New Revision: 7475
Modified:
trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-03-31 15:12:38 UTC
(rev 7474)
+++ trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-03-31 15:12:48 UTC
(rev 7475)
@@ -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>
@@ -258,8 +258,18 @@
<name>rowKey</name>
<classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific
data row</description>
- </property>
- <property el="false">
+
+
+ </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>