Author: sergeyhalipov
Date: 2008-03-19 14:59:24 -0400 (Wed, 19 Mar 2008)
New Revision: 6982
Modified:
trunk/ui/dataTable/src/main/config/component/dataTable.xml
trunk/ui/dataTable/src/main/config/component/subTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-2033
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-03-19 18:34:47 UTC
(rev 6981)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-03-19 18:59:24 UTC
(rev 6982)
@@ -110,7 +110,7 @@
<classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
- <property>
+ <property hidden="true" existintag="false"
exist="false" >
<name>rowKey</name>
<classname>java.lang.Object</classname>
<description>
@@ -197,6 +197,10 @@
<description>
Defines mode of sorting. Possible values are 'single' for sorting of one
column and 'multi' for some.
</description>
+ </property>
+ <property hidden="true" existintag="false"
exist="false" >
+ <name>summary</name>
+ <classname>java.lang.Object</classname>
</property>
</component>
</components>
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-19 18:34:47 UTC (rev
6981)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-19 18:59:24 UTC (rev
6982)
@@ -71,7 +71,7 @@
The attribute provides access to a component state on the client side
</description>
</property>
- <property>
+ <property hidden="true" existintag="false"
exist="false" >
<name>rowKey</name>
<classname>java.lang.Object</classname>
<description>
@@ -143,6 +143,10 @@
</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>