[richfaces-svn-commits] JBoss Rich Faces SVN: r4761 - branches/3.1.x/ui/listShuttle/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 04:13:26 EST 2007


Author: artdaw
Date: 2007-12-12 04:13:25 -0500 (Wed, 12 Dec 2007)
New Revision: 4761

Modified:
   branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-1174 - add attributes to the table of attributes

Modified: branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml	2007-12-12 08:38:57 UTC (rev 4760)
+++ branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml	2007-12-12 09:13:25 UTC (rev 4761)
@@ -25,7 +25,13 @@
 		&ui_component_attributes;
        	&html_style_attributes;
        	&ui_data_attributes;
-
+	    <property>
+	        <name>columnClasses</name>
+	        <classname>java.lang.String</classname>
+	        <description>
+	               Comma-separated list of CSS classes for columns
+	        </description>
+	    </property>
         <property hidden="true" exist="true">
         	<name>value</name>
         </property>
@@ -41,10 +47,10 @@
 	    <property elonly="true">
 	        <name>validator</name>
 	        <classname>javax.faces.el.MethodBinding</classname>
-	        <methodargs>java.lang.Object.class</methodargs>
 	        <description>
 	            MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
 	        </description>
+	        <methodargs>java.lang.Object.class</methodargs>
 	    </property>
 		<property hidden="true">
 			<name>value</name>
@@ -125,11 +131,15 @@
             </description>
             <defaultvalue>true</defaultvalue>
         </property>
-
+	    <property>
+	        <name>onlistchanged</name>
+	        <classname>java.lang.String</classname>
+	        <description>A JavaScript event handler called on a list change operation</description>
+	    </property>
 		<property>
 			<name>onorderchanged</name>
 			<classname>java.lang.String</classname>
-		    <description>HTML: script expression; called after ordering action</description>
+		    <description>A JavaScript event handler called on an order operation</description>
 		</property>
 
          <property>
@@ -223,8 +233,8 @@
 	    <property  attachedstate="true">
 	        <name>valueChangeListener</name>
 	        <classname>javax.faces.el.MethodBinding</classname>
+	        <description>Listener for value changes</description>
 	        <methodargs>javax.faces.event.ValueChangeEvent.class</methodargs>
-	        <description>Listener for value changes</description>
 	    </property>
 	    <property>
 	        <name>immediate</name>
@@ -260,6 +270,14 @@
 	        <description>Defines strings that are updated after an Ajax request</description>
 	    </property>
 	    <property>
+	        <name>rowClasses</name>
+	        <classname>java.lang.String</classname>
+	        <description>
+	            CSS class for a row
+	        </description>
+	        <defaultvalue><![CDATA[""]]></defaultvalue>
+	    </property>
+	    <property>
 	        <name>rowKey</name>
 	        <classname>java.lang.Object</classname>
 	        <description>RowKey is a representation of an identifier for a specific data row</description>
@@ -304,20 +322,5 @@
 	            If &quot;true&quot;, dragging between lists realized by click 
 	        </description>
 	    </property>
-	    
-	    <property>
-	    	<name>rowClasses</name>
-	    	<classname>java.lang.String</classname>
-	    </property>
-
-	    <property>
-	    	<name>columnClasses</name>
-	    	<classname>java.lang.String</classname>
-	    </property>
-	    
-	    <property>
-	    	<name>onlistchanged</name>
-	    	<classname>java.lang.String</classname>
-	    </property>
 	</component>
 </components>




More information about the richfaces-svn-commits mailing list