Author: msorokin
Date: 2008-03-31 11:12:24 -0400 (Mon, 31 Mar 2008)
New Revision: 7473
Modified:
trunk/ui/dataTable/src/main/config/component/dataList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-03-31 15:12:11 UTC (rev
7472)
+++ trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-03-31 15:12:24 UTC (rev
7473)
@@ -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>
@@ -48,7 +48,15 @@
<classname>java.util.Set</classname>
<description>This attribute defines row keys that are updated after an AJAX
request</description>
</property>
+
+
<property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+ <property>
<name>rowKey</name>
<classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific data
row</description>