[richfaces-svn-commits] JBoss Rich Faces SVN: r9270 - in trunk/ui: pickList/src/main/config/component and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 27 07:14:59 EDT 2008


Author: cluts
Date: 2008-06-27 07:14:59 -0400 (Fri, 27 Jun 2008)
New Revision: 9270

Modified:
   trunk/ui/core/src/main/config/component/repeat.xml
   trunk/ui/pickList/src/main/config/component/picklist.xml
Log:
RF-696 - fixed descriptions for a4j:repeat component ("rowKeyConverter" attribute) and for rich:pickList component ("disabled" attribute)

Modified: trunk/ui/core/src/main/config/component/repeat.xml
===================================================================
--- trunk/ui/core/src/main/config/component/repeat.xml	2008-06-27 10:56:53 UTC (rev 9269)
+++ trunk/ui/core/src/main/config/component/repeat.xml	2008-06-27 11:14:59 UTC (rev 9270)
@@ -75,6 +75,11 @@
 			<classname>java.lang.Object</classname>
 			<description>RowKey is a representation of an identifier for a specific data row.</description>
 		</property>
+     		<property>
+     			<name>rowKeyConverter</name>
+     			<classname>javax.faces.convert.Converter</classname>
+     			<description>Converter for a row key object</description>
+     		</property>	
 
 	</component>     
 </components>
\ No newline at end of file

Modified: trunk/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- trunk/ui/pickList/src/main/config/component/picklist.xml	2008-06-27 10:56:53 UTC (rev 9269)
+++ trunk/ui/pickList/src/main/config/component/picklist.xml	2008-06-27 11:14:59 UTC (rev 9270)
@@ -179,7 +179,12 @@
 	        	<name>onlistchanged</name>
 	        	<classname>java.lang.String</classname>
 	        	<description>A JavaScript event handler called on a list change operation</description>
-	    	</property>
+		    </property>
+       		<property>
+       			<name>disabled</name>
+       			<classname>boolean</classname>
+       			<description>If  "true", disable this component on page.</description>
+       		</property>
 		      
    	    	&ui_input_attributes;
 	        &html_universal_attributes;




More information about the richfaces-svn-commits mailing list