Author: pgolawski
Date: 2008-11-12 06:51:33 -0500 (Wed, 12 Nov 2008)
New Revision: 11107
Modified:
trunk/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
Log:
[RF-4814]: groupingColumn vs groupByColumn attribute
Modified: trunk/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
===================================================================
--- trunk/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2008-11-12
11:50:19 UTC (rev 11106)
+++ trunk/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2008-11-12
11:51:33 UTC (rev 11107)
@@ -38,10 +38,8 @@
</property>
<property>
<name>groupingColumn</name>
-
- <description>The information in the table wiil be
grouped by the
- information in the column, which id is provided
with this
- attribute.</description>
+ <classname>java.lang.String</classname>
+ <description>Defines an id of column which the data
is grouped by.</description>
</property>
<property>
<name>onselectionchange</name>
@@ -234,5 +232,9 @@
<classname>org.richfaces.model.selection.Selection</classname>
<description>Value binding representing selected
rows</description>
</property>
+ <property hidden="true" existintag="false"
exist="false">
+ <name>groupByColumn</name>
+ </property>
+
</component>
</components>
Show replies by date