Author: smukhina
Date: 2008-09-30 08:28:56 -0400 (Tue, 30 Sep 2008)
New Revision: 10620
Modified:
trunk/ui/dataTable/src/main/config/component/subTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-696 unnecessary attributes are deleted
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-09-30 11:49:47 UTC (rev
10619)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-09-30 12:28:56 UTC (rev
10620)
@@ -145,51 +145,6 @@
<description>HTML: a script expression; a pointer is moved within of row
</description>
</property>
- <property>
- <name>sortExpression</name>
- <classname>java.lang.String</classname>
- <description>DEPRECATED(use sortBy)Attribute defines a bean property which is
used for sorting of a column</description>
- </property>
- <property>
- <name>sortOrder</name>
- <classname>org.richfaces.model.Ordering</classname>
- <description>SortOrder is an enumeration of the possible sort orderings.
- Default value is "Ordering.UNSORTED".
- </description>
- <defaultvalue>Ordering.UNSORTED</defaultvalue>
- </property>
- <property>
- <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 elonly="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>
- <name>filterValue</name>
- <classname>java.lang.String</classname>
- <description>Defines current filtering value</description>
- </property>
- <property>
- <name>sortPriority</name>
- <classname>java.util.Collection</classname>
- <description>Defines a set of column ids in the order the columns could be
set</description>
- </property>
- <property>
- <name>sortMode</name>
- <classname>java.lang.String</classname>
- <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>