Author: akushunin
Date: 2007-11-05 10:15:32 -0500 (Mon, 05 Nov 2007)
New Revision: 3759
Modified:
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/datascroller/src/main/config/component/datascroller.xml
trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
RF-1285
Modified: trunk/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2007-11-05 13:06:54 UTC (rev
3758)
+++ trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2007-11-05 15:15:32 UTC (rev
3759)
@@ -116,7 +116,7 @@
</property>
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>
RowKey is a representation of an identifier for a specific data row
</description>
Modified: trunk/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataList.xml 2007-11-05 13:06:54 UTC (rev
3758)
+++ trunk/ui/dataTable/src/main/config/component/dataList.xml 2007-11-05 15:15:32 UTC (rev
3759)
@@ -44,7 +44,7 @@
</property>
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific data
row</description>
</property>
@@ -121,16 +121,6 @@
<description>This attribute defines rows that are updated after an AJAX
request</description>
</property>
<property>
- <name>rowKey</name>
- <classname>java.lang.String</classname>
- <description>RowKey is a representation of an identifier for a specific data
row</description>
- </property>
- <property>
- <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>value</name>
<classname>java.lang.Object</classname>
<description>The current value for this component</description>
@@ -204,17 +194,8 @@
<classname>java.util.Set</classname>
<description>This attribute defines rows that are updated after an AJAX
request</description>
</property>
+
<property>
- <name>rowKey</name>
- <classname>java.lang.String</classname>
- <description>RowKey is a representation of an identifier for a specific data
row</description>
- </property>
- <property>
- <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>value</name>
<classname>java.lang.Object</classname>
<description>The current value for this component</description>
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2007-11-05 13:06:54 UTC
(rev 3758)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2007-11-05 15:15:32 UTC
(rev 3759)
@@ -104,7 +104,7 @@
</property>
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>
RowKey is a representation of an identifier for a specific data row
</description>
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2007-11-05 13:06:54 UTC (rev
3758)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2007-11-05 15:15:32 UTC (rev
3759)
@@ -68,7 +68,7 @@
</property>
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>
RowKey is a representation of an identifier for a specific data row
</description>
Modified: trunk/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/ui/datascroller/src/main/config/component/datascroller.xml 2007-11-05 13:06:54
UTC (rev 3758)
+++ trunk/ui/datascroller/src/main/config/component/datascroller.xml 2007-11-05 15:15:32
UTC (rev 3759)
@@ -79,13 +79,14 @@
<property>
<name>scrollerListener</name>
+ <classname>javax.el.MethodExpression</classname>
<description>MethodBinding representing an action listener method that will be
notified after scrolling
</description>
</property>
<property>
<name>rendered</name>
- <classname>java.lang.String</classname>
+ <classname>boolean</classname>
<description>If "false", this component is not
rendered</description>
</property>
<property>
Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2007-11-05 13:06:54 UTC
(rev 3758)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2007-11-05 15:15:32 UTC
(rev 3759)
@@ -42,7 +42,7 @@
-->
<property elonly="true" attachedstate="true">
<name>dragListener</name>
- <classname>javax.el.MethodExpression</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>
MethodBinding representing an action listener method that will be notified after drag
operation
</description>
Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2007-11-05 13:06:54 UTC
(rev 3758)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2007-11-05 15:15:32 UTC
(rev 3759)
@@ -34,7 +34,7 @@
<property elonly="true" attachedstate="true">
<name>dropListener</name>
- <classname>javax.el.MethodExpression</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description><![CDATA[
MethodBinding representing an action listener method that will be notified after drop
operation.
]]>
Modified:
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
---
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2007-11-05
13:06:54 UTC (rev 3758)
+++
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2007-11-05
15:15:32 UTC (rev 3759)
@@ -185,7 +185,7 @@
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>The attribute is a representation of an identifier for a specific
data row</description>
</property>
Show replies by date