Author: cluts
Date: 2008-04-02 10:28:01 -0400 (Wed, 02 Apr 2008)
New Revision: 7580
Modified:
trunk/ui/dataTable/src/main/config/component/colgroup.xml
trunk/ui/dataTable/src/main/config/component/dataGrid.xml
trunk/ui/dataTable/src/main/config/component/dataList.xml
trunk/ui/dataTable/src/main/config/component/dataTable.xml
trunk/ui/dataTable/src/main/config/component/subTable.xml
trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
trunk/ui/toolBar/src/main/config/component/toolBar.xml
trunk/ui/tree/src/main/config/component/commonTreeListeners.ent
Log:
RF-2880 - updated description for attributes
Modified: trunk/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-04-02 14:09:15 UTC (rev
7579)
+++ trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-04-02 14:28:01 UTC (rev
7580)
@@ -65,7 +65,31 @@
<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>
+ <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>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</description>
+ <defaultvalue>true</defaultvalue>
+ </property>
+ <property>
+ <name>sortOrder</name>
+ <classname>org.richfaces.model.Ordering</classname>
+ <description>SortOrder is an enumeration of the possible sort
orderings.</description>
+ <defaultvalue>Ordering.UNSORTED</defaultvalue>
+ </property>
<!--
<property>
<name>param</name>
Modified: trunk/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-04-02 14:09:15 UTC (rev
7579)
+++ trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-04-02 14:28:01 UTC (rev
7580)
@@ -129,7 +129,7 @@
<property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>java.lang.String</description>
+ <description>Request scoped variable for client access to
rowKey</description>
</property>
<property>
<name>rowKey</name>
Modified: trunk/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-04-02 14:09:15 UTC (rev
7579)
+++ trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-04-02 14:28:01 UTC (rev
7580)
@@ -128,7 +128,25 @@
&ui_data_attributes;
&html_universal_attributes;
&spec_table_attributes;
+
<property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+ <property>
+ <name>rowKey</name>
+ <classname>java.lang.Object</classname>
+ <description>RowKey is a representation of an identifier for a specific data
row</description>
+ </property>
+ <property el="false">
+ <name>rowKeyVar</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute provides access to a row key in a Request
scope</description>
+ </property>
+
+ <property>
<name>type</name>
<classname>java.lang.String</classname>
<description>Corresponds to the HTML OL type attribute
@@ -243,7 +261,22 @@
<name>headerClass</name>
<classname>java.lang.String</classname>
</property>
-
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+ <property>
+ <name>rowKey</name>
+ <classname>java.lang.Object</classname>
+ <description>RowKey is a representation of an identifier for a specific data
row</description>
+ </property>
+ <property el="false">
+ <name>rowKeyVar</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute provides access to a row key in a Request
scope</description>
+ </property>
+
</component>
</components>
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-04-02 14:09:15 UTC
(rev 7579)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-04-02 14:28:01 UTC
(rev 7580)
@@ -125,6 +125,11 @@
<description>The attribute provides access to a row key in a Request
scope</description>
</property>
<property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+ <property>
<name>stateVar</name>
<classname>java.lang.String</classname>
<description>
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-04-02 14:09:15 UTC (rev
7579)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-04-02 14:28:01 UTC (rev
7580)
@@ -146,6 +146,48 @@
<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.</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</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>sortFields</name>
</property>
Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-04-02 14:09:15 UTC
(rev 7579)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-04-02 14:28:01 UTC
(rev 7580)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -94,6 +94,12 @@
<listener>
<name>dragListener</name>
+ <property existintag="true" exist="true" el="true"
elonly="true">
+ <name>binding</name>
+ <classname>javax.faces.component.UIComponent</classname>
+ <description>The attribute takes a value-binding expression for a component
property of
+ a backing bean</description>
+ </property>
<listenerclass>
org.richfaces.event.DragListener
</listenerclass>
Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-04-02 14:09:15 UTC
(rev 7579)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-04-02 14:28:01 UTC
(rev 7580)
@@ -92,14 +92,20 @@
</description>
<defaultvalue>"default"</defaultvalue>
</property>
- -->
-
- <property hidden="true" >
- <name>actionExpression</name>
+ -->
+
+ <property hidden="true" >
+ <name>actionExpression</name>
</property>
</component>
<listener>
<name>dropListener</name>
+ <property existintag="true" exist="true"
el="true" elonly="true">
+ <name>binding</name>
+ <classname>javax.faces.component.UIComponent</classname>
+ <description>The attribute takes a value-binding expression for a
component property of
+ a backing bean</description>
+ </property>
<listenerclass>
org.richfaces.event.DropListener
</listenerclass>
Modified: trunk/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-04-02 14:09:15 UTC (rev
7579)
+++ trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-04-02 14:28:01 UTC (rev
7580)
@@ -119,7 +119,7 @@
<property>
<name>onitemmousedown</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>HTML: script expression; a pointer button is pressed down on an
item</description>
</property>
<property>
<name>onitemmousemove</name>
Modified: trunk/ui/tree/src/main/config/component/commonTreeListeners.ent
===================================================================
--- trunk/ui/tree/src/main/config/component/commonTreeListeners.ent 2008-04-02 14:09:15
UTC (rev 7579)
+++ trunk/ui/tree/src/main/config/component/commonTreeListeners.ent 2008-04-02 14:28:01
UTC (rev 7580)
@@ -1,5 +1,11 @@
<listener>
<name>dropListener</name>
+ <property existintag="true" exist="true" el="true"
elonly="true">
+ <name>binding</name>
+ <classname>javax.faces.component.UIComponent</classname>
+ <description>The attribute takes a value-binding expression for a component
property of
+ a backing bean</description>
+ </property>
<listenerclass>
org.richfaces.event.DropListener
</listenerclass>
@@ -18,6 +24,12 @@
<listener>
<name>dragListener</name>
+ <property existintag="true" exist="true" el="true"
elonly="true">
+ <name>binding</name>
+ <classname>javax.faces.component.UIComponent</classname>
+ <description>The attribute takes a value-binding expression for a component
property of
+ a backing bean</description>
+ </property>
<listenerclass>
org.richfaces.event.DragListener
</listenerclass>
@@ -37,6 +49,12 @@
<listener>
<name>changeExpandListener</name>
+ <property existintag="true" exist="true" el="true"
elonly="true">
+ <name>binding</name>
+ <classname>javax.faces.component.UIComponent</classname>
+ <description>The attribute takes a value-binding expression for a component
property of
+ a backing bean</description>
+ </property>
<listenerclass>
org.richfaces.event.NodeExpandedListener
</listenerclass>
@@ -59,6 +77,12 @@
</listener>
<listener>
<name>nodeSelectListener</name>
+ <property existintag="true" exist="true" el="true"
elonly="true">
+ <name>binding</name>
+ <classname>javax.faces.component.UIComponent</classname>
+ <description>The attribute takes a value-binding expression for a component
property of
+ a backing bean</description>
+ </property>
<listenerclass>
org.richfaces.event.NodeSelectedListener
</listenerclass>
Show replies by date