Author: nbelaevski
Date: 2009-04-17 11:28:26 -0400 (Fri, 17 Apr 2009)
New Revision: 13642
Modified:
trunk/ui/dataTable/src/main/config/component/colgroup.xml
Log:
https://jira.jboss.org/jira/browse/RF-6689
Modified: trunk/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/colgroup.xml 2009-04-17 15:23:26 UTC (rev
13641)
+++ trunk/ui/dataTable/src/main/config/component/colgroup.xml 2009-04-17 15:28:26 UTC (rev
13642)
@@ -65,26 +65,26 @@
<classname>java.lang.String</classname>
<description>Attribute defines a bean property which is used for sorting of a
column</description>
</property>
- <property elonly="true">
+ <property elonly="true" hidden="true">
<name>filterMethod</name>
<classname>javax.el.MethodExpression</classname>
<methodargs>java.lang.Object</methodargs>
<returntype>boolean</returntype>
<description>This attribute is defined with method binding. This method accepts
on Object parameter and return boolean value</description>
</property>
- <property>
+ <property hidden="true">
<name>filterValue</name>
<classname>java.lang.String</classname>
<description>Defines current filtering value</description>
</property>
- <property>
+ <property hidden="true">
<name>selfSorted</name>
<classname>boolean</classname>
<description>Manages if the header of the column is clickable, icons rendered
and sorting is fired after click on the header. You need to define this attribute inside
<rich:dataTable> component.
Default value is "true"</description>
<defaultvalue>true</defaultvalue>
</property>
- <property>
+ <property hidden="true">
<name>sortOrder</name>
<classname>org.richfaces.model.Ordering</classname>
<description>SortOrder is an enumeration of the possible sort orderings. Default
value is "UNSORTED"</description>