[richfaces-svn-commits] JBoss Rich Faces SVN: r2616 - trunk/ui/scrollableDataTable/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Aug 30 10:31:00 EDT 2007
Author: vkukharchuk
Date: 2007-08-30 10:31:00 -0400 (Thu, 30 Aug 2007)
New Revision: 2616
Modified:
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
http://jira.jboss.com/jira/browse/RF-447
Modified: trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2007-08-30 14:27:28 UTC (rev 2615)
+++ trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2007-08-30 14:31:00 UTC (rev 2616)
@@ -140,6 +140,9 @@
<property attachedstate="true">
<name>sortOrder</name>
<classname>org.richfaces.model.SortOrder</classname>
+ <description>
+ ValueBinding pointing at a property of a class to manage rows sorting
+ </description>
</property>
<property attachedstate="true" hidden="true">
@@ -228,6 +231,13 @@
</description>
</property>
+ <property>
+ <name>ajaxKeys</name>
+ <classname>java.lang.String</classname>
+ <description>This attribute defines rows that are updated after an AJAX request</description>
+ </property>
+
+
&ajax_component_attributes;
&ui_component_attributes;
&ui_data_attributes;
More information about the richfaces-svn-commits
mailing list