Author: nbelaevski
Date: 2008-04-18 13:37:39 -0400 (Fri, 18 Apr 2008)
New Revision: 7949
Modified:
branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml
Log:
http://jira.jboss.com/jira/browse/RF-3146
http://jira.jboss.com/jira/browse/RF-3139
Modified: branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml 2008-04-18 17:27:34
UTC (rev 7948)
+++ branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml 2008-04-18 17:37:39
UTC (rev 7949)
@@ -41,7 +41,7 @@
<classname>java.util.Set</classname>
<description>This attribute defines rows that are updated after an AJAX
request</description>
</property>
- <property>
+ <property hidden="true">
<name>rowKey</name>
<classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific data
row</description>
@@ -52,7 +52,7 @@
<classname>java.lang.Object</classname>
<description>The current value for this component</description>
</property>
- <property>
+ <property hidden="true">
<name>stateVar</name>
<classname>java.lang.String</classname>
<description>
@@ -64,7 +64,7 @@
<classname>java.lang.String</classname>
<description>The attribute provides access to a row key in a Request
scope</description>
</property>
- <property>
+ <property hidden="true">
<name>componentState</name>
<classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or
redefinition</description>
@@ -114,20 +114,30 @@
&ui_component_attributes;
&ui_data_attributes;
&html_universal_attributes;
+ <property hidden="true">
+ <name>rowKey</name>
+ <classname>java.lang.Object</classname>
+ <description>RowKey is a representation of an identifier for a specific data
row</description>
+ </property>
<property>
<name>type</name>
<classname>java.lang.String</classname>
<description>Corresponds to the HTML OL type attribute
</description>
</property>
- <property>
+ <property hidden="true">
<name>stateVar</name>
<classname>java.lang.String</classname>
<description>
The attribute provides access to a component state on the client side
</description>
</property>
-
+ <property hidden="true">
+ <name>componentState</name>
+ <classname>org.ajax4jsf.model.DataComponentState</classname>
+ <description>It defines EL-binding for a component state for saving or
redefinition</description>
+ </property>
+
<property>
<name>rowClasses</name>
<classname>java.lang.String</classname>