Author: cluts
Date: 2009-02-23 08:25:26 -0500 (Mon, 23 Feb 2009)
New Revision: 12712
Modified:
trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
Log:
RF-6005 - Descriptions of the sortBy and sortExpression (for all necessary components)
have been updated.
Modified: trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
===================================================================
--- trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2009-02-23 12:59:52
UTC (rev 12711)
+++ trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2009-02-23 13:25:26
UTC (rev 12712)
@@ -52,12 +52,12 @@
<property>
<name>sortExpression</name>
<classname>java.lang.String</classname>
- <description>Attribute defines a bean property which is used for sorting of a
column</description>
+ <description>Defines a bean property which is used for sorting of a column and
used only with <rich:scrollableDataTable>.</description>
</property>
<property>
<name>sortBy</name>
<classname>java.lang.Object</classname>
- <description>Attribute defines a bean property which is used for sorting of a
column</description>
+ <description>Defines a bean property which is used for sorting of a column. This
attribute used with <rich:dataTable></description>
</property>
<property>
<name>sortOrder</name>
Show replies by date