Author: msorokin
Date: 2008-03-31 11:12:38 -0400 (Mon, 31 Mar 2008)
New Revision: 7474
Modified:
trunk/ui/dataTable/src/main/config/component/dataGrid.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-03-31 15:12:24 UTC (rev
7473)
+++ trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-03-31 15:12:38 UTC (rev
7474)
@@ -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>
@@ -81,7 +81,7 @@
<property>
<name>captionClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to
caption for this component</description>
+ <description>Space-separated list of CSS style class(es) that are be applied to
caption for this component</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
@@ -93,14 +93,14 @@
<name>headerClass</name>
<classname>java.lang.String</classname>
<description>Space-separated list of CSS style class(es) that are be applied to
header for this component
- </description>
+ </description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
<description>Space-separated list of CSS style class(es) that are be applied to
footer for this component
- </description>
+ </description>
<defaultvalue>""</defaultvalue>
</property>
<!--
@@ -119,10 +119,17 @@
The attribute provides access to a component state on the client side
</description>
</property>
+
<property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+ <property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request
scope</description>
+ <description>java.lang.String</description>
</property>
<property>
<name>rowKey</name>