Author: msorokin
Date: 2008-03-31 11:12:11 -0400 (Mon, 31 Mar 2008)
New Revision: 7472
Modified:
trunk/ui/dataTable/src/main/config/component/subTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-31 14:42:14 UTC (rev
7471)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-31 15:12:11 UTC (rev
7472)
@@ -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>
@@ -80,7 +80,13 @@
RowKey is a representation of an identifier for a specific data row
</description>
</property>
+
<property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+ <property>
<name>value</name>
<classname>java.lang.Object</classname>
<description>
@@ -139,16 +145,16 @@
<classname>java.lang.String</classname>
<description>HTML: a script expression; a pointer is moved within of row
</description>
- </property>
- <property hidden="true" existintag="false"
exist="false" >
- <name>sortFields</name>
- </property>
- <property hidden="true" existintag="false"
exist="false" >
- <name>filterFields</name>
- </property>
- <property hidden="true" existintag="false"
exist="false" >
- <name>summary</name>
- <classname>java.lang.Object</classname>
</property>
+ <property hidden="true" existintag="false"
exist="false" >
+ <name>sortFields</name>
+ </property>
+ <property hidden="true" existintag="false"
exist="false" >
+ <name>filterFields</name>
+ </property>
+ <property hidden="true" existintag="false"
exist="false" >
+ <name>summary</name>
+ <classname>java.lang.Object</classname>
+ </property>
</component>
</components>