[richfaces-svn-commits] JBoss Rich Faces SVN: r456 - in trunk/richfaces: dataTable/src/main/config/component and 8 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 19 12:53:16 EDT 2007


Author: vkukharchuk
Date: 2007-04-19 12:53:16 -0400 (Thu, 19 Apr 2007)
New Revision: 456

Modified:
   trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
   trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
   trunk/richfaces/dataTable/src/main/config/component/column.xml
   trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml
   trunk/richfaces/dataTable/src/main/config/component/dataList.xml
   trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
   trunk/richfaces/drag-drop/src/main/config/component/dndParam.xml
   trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
   trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml
   trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
   trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml
   trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
   trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
   trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
   trunk/richfaces/tree/src/main/config/component/tree.xml
   trunk/richfaces/tree/src/main/config/component/treeNode.xml
Log:


Modified: trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/dataFilterSlider/src/main/config/component/dataFilterSlider.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -151,6 +151,13 @@
             </description>
         </property>
         <property>
+            <name>sliderListener</name>
+            <classname>java.lang.String</classname>
+            <description>
+                MethodBinding representing an action listener method that will be notified afrer changing of slider control position. 
+            </description>
+        </property>        
+        <property>
             <name>onSlide</name>
             <classname>boolean</classname>
             <description>

Modified: trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/colgroup.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/dataTable/src/main/config/component/colgroup.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -30,15 +30,24 @@
 		&ui_component_attributes;
 		&html_universal_attributes;
 		<property>
+			<name>breakBefore</name>
+			<classname>java.lang.String</classname>
+			<description>if 'true' next column begins from the first row.</description>
+		</property>		
+		<property>
 			<name>columnClasses</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Comma-delimited list of CSS style classes that are be applied to the columns of this table.
+				A space separated list of classes may also be specified for any individual column.
+				If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the posisiton in the list after the value of the "columns" attribute are ignored.
 			</description>
 		</property>
 		<property>
 			<name>rowClasses</name>
 			<classname>java.lang.String</classname>
 			<description>
+				A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again.
 			</description>
 		</property>
 		<!--

Modified: trunk/richfaces/dataTable/src/main/config/component/column.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/column.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/dataTable/src/main/config/component/column.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -38,32 +38,27 @@
 		<property>
 			<name>colspan</name>
 			<classname>int</classname>
-			<description>
-			</description>
+			<description>Corresponds to the HTML colspan attribute.</description>
 		</property>
 		<property>
 			<name>rowspan</name>
 			<classname>int</classname>
-			<description>
-			</description>
+			<description>Corresponds to the HTML rowspan attribute.</description>
 		</property>
 		<property>
 			<name>breakBefore</name>
 			<classname>boolean</classname>
-			<description>
-			</description>
+			<description>if 'true' next column begins from the first row.</description>
 		</property>
 		<property>
 			<name>headerClass</name>
 			<classname>java.lang.String</classname>
-			<description>
-			</description>
+			<description>Space-separated list of CSS style class(es) that are be applied to any header generated for this table.</description>
 		</property>
 		<property>
 			<name>footerClass</name>
 			<classname>java.lang.String</classname>
-			<description>
-			</description>
+			<description>Space-separated list of CSS style class(es) that are be applied to any footer generated for this table.</description>
 		</property>
 		<!--
 		<property>

Modified: trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -36,6 +36,11 @@
 			<name>rows</name>
 		</property>
 		<property>
+			<name>ajaxKeys</name>
+			<classname>java.lang.String</classname>
+			<description>This attribute defines strings that are updated after an AJAX request. </description>
+		</property>
+		<property>
 			<name>elements</name>
 			<classname>int</classname>
 			<description>Number of elements in grid
@@ -44,12 +49,13 @@
 		<property>
 			<name>columns</name>
 			<classname>int</classname>
-			<description>
+			<description>Quantity of columns.
 			</description>
 		</property>
 		<property>
 			<name>border</name>
 			<classname>java.lang.String</classname>
+			<description>This attributes specifies the width of the frame around a component.</description>
 			<defaultvalue>"0"</defaultvalue>
 		</property>
 		<property>
@@ -60,30 +66,30 @@
 		<property>
 			<name>cellspacing</name>
 			<classname>java.lang.String</classname>
+			<description>This attribute specifies the amount of space between the border of the cell and its contents.  The attribute also specifies the amount of space to leave between cells.
+			</description>
 			<defaultvalue>"0"</defaultvalue>
 		</property>
 		<property>
 			<name>captionClass</name>
 			<classname>java.lang.String</classname>
-			<description>
-			</description>
+			<description>Space-separated list of CSS style class(es) that are be applied to caption for this component.</description>
 		</property>
 		<property>
 			<name>captionStyle</name>
 			<classname>java.lang.String</classname>
-			<description>
-			</description>
+			<description>CSS style(s) is/are to be applied to caption when this component is rendered.</description>
 		</property>
 		<property>
 			<name>headerClass</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Space-separated list of CSS style class(es) that are be applied to header for this component.
 			</description>
 		</property>
 		<property>
 			<name>footerClass</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Space-separated list of CSS style class(es) that are be applied to footer for this component.
 			</description>
 		</property>
 		<!--
@@ -95,47 +101,69 @@
 			<defaultvalue>"default"</defaultvalue>
 		</property>
         -->
+		<property>
+			<name>varState</name>
+			<classname>java.lang.String</classname>
+			<description>
+				Attribute defines  EL-variable for reference to visual state.
+			</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>value</name>
+			<classname>java.lang.String</classname>
+			<description>
+				The current value for this component.
+			</description>
+		</property>		
 		<!-- rows javascript events -->
 		<property>
 			<name>onRowClick</name>
 			<classname>java.lang.String</classname>
 			<description>
+				HTML: a script expression; a pointer button is clicked on row.
 			</description>
 		</property>
 		<property>
 			<name>onRowDblClick</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>HTML: a script expression; a pointer button is double-clicked on row.
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseUp</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>HTML: script expression; a pointer button is released on row.
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseDown</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>HTML: script expression; a pointer button is pressed down on row.
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseOver</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>HTML: a script expression; a pointer is moved onto of row.
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseOut</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>HTML: a script expression; a pointer is moved away of row.
 			</description>
 		</property>
 		<property>
 			<name>onRowMouseMove</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>HTML: a script expression; a pointer is moved within of row.
 			</description>
 		</property>
 	</component>

Modified: trunk/richfaces/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataList.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/dataTable/src/main/config/component/dataList.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -34,9 +34,29 @@
 		<property>
 			<name>type</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Corresponds to the HTML DL type attribute.
 			</description>
 		</property>
+		<property>
+			<name>ajaxKeys</name>
+			<classname>java.lang.String</classname>
+			<description>This attribute defines strings 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>value</name>
+			<classname>java.lang.String</classname>
+			<description>The current value for this component.</description>
+		</property>
+		<property>
+			<name>varState</name>
+			<classname>java.lang.String</classname>
+			<description>Attribute defines  EL-variable for reference to visual state.</description>
+		</property>
 		<!--
 		<property>
 			<name>param</name>
@@ -79,9 +99,29 @@
 		<property>
 			<name>type</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Corresponds to the HTML OL type attribute.
 			</description>
 		</property>
+		<property>
+			<name>ajaxKeys</name>
+			<classname>java.lang.String</classname>
+			<description>This attribute defines strings 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>value</name>
+			<classname>java.lang.String</classname>
+			<description>The current value for this component.</description>
+		</property>
+		<property>
+			<name>varState</name>
+			<classname>java.lang.String</classname>
+			<description>Attribute defines  EL-variable for reference to visual state.</description>
+		</property>
 		<!--
 		<property>
 			<name>param</name>
@@ -134,5 +174,25 @@
 			<defaultvalue>"default"</defaultvalue>
 		</property>
         -->
+		<property>
+			<name>ajaxKeys</name>
+			<classname>java.lang.String</classname>
+			<description>This attribute defines strings 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>value</name>
+			<classname>java.lang.String</classname>
+			<description>The current value for this component.</description>
+		</property>
+		<property>
+			<name>varState</name>
+			<classname>java.lang.String</classname>
+			<description>Attribute defines  EL-variable for reference to visual state.</description>
+		</property>		
 	</component>
 </components>

Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -55,69 +55,96 @@
         &html_event_handler_attributes;
 
 	&ui_component_attributes;
-
-
+		
 		<property>
 			<name>id</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Every component may have a unique id that is automatically created if omitted.
 			</description>
 		</property>
-		
+
 		<property>
+			<name>handleValue</name>
+			<classname>java.lang.String</classname>
+			<description>Current handle value.
+			</description>
+		</property>
+
+		<property>
 			<name>binding</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>The attribute takes a value-binding expression for a component property of a backing bean.
 			</description>
 		</property>
+
 		<property>
-			<name>rendered</name>
+			<name>scrollerListener</name>
 			<classname>java.lang.String</classname>
+			<description>MethodBinding representing an action listener method that will be notified afrer scrolling.
+			</description>
+		</property>
+
+		<property>
+			<name>pageIndex</name>
+			<classname>java.lang.String</classname>
+			<description>Attribute defines index of initial page when this component is rendered.
+			</description>
+		</property>
+	
+		<property>
+			<name>page</name>
+			<classname>java.lang.String</classname>
 			<description>
 			</description>
 		</property>
+		
 		<property>
+			<name>rendered</name>
+			<classname>java.lang.String</classname>
+			<description>If "true", this component is rendered.</description>
+		</property>
+		<property>
 			<name>for</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>ID of the table component whose data is scrollled.
 			</description>
 		</property>
 		<property>
 			<name>selectedStyle</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Corresponds to the HTML style attribute for the selected cell on scroller.
 			</description>
 		</property>
 		<property>
 			<name>selectedStyleClass</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Corresponds to the HTML class attribute for the selected cell on scroller.
 			</description>			
 		</property>
 		<property>
 			<name>tableStyleClass</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Space-separated list of CSS style class(es) that are be applied to outside table of this component.
 			</description>
 		</property>
 		<property>
 			<name>tableStyle</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>CSS style(s) is/are to be applied to outside table when this component is rendered.
 			</description>
 		</property>
 
 		<property>
 			<name>styleClass</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Corresponds to the HTML class attribute.
 			</description>
 		</property>
 
 		<property>
 			<name>style</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>CSS style(s) is/are to be applied when this component is rendered.
 			</description>			
 		</property>
 
@@ -151,6 +178,7 @@
 			<name>fastStep</name>
 			<classname>int</classname>
 			<description>
+				The attribute indicates pages quantity to switch onto when fast scrolling is used.
 			</description>
 			<defaultvalue>0</defaultvalue>
 		</property>
@@ -158,9 +186,8 @@
 		<property>
 			<name>immediate</name>
 			<classname>boolean</classname>
-			<description>
+			<description>A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase.
 			</description>
-			
 		</property>
 
 
@@ -169,21 +196,21 @@
 		<property>
 			<name>ignoreDupResponses</name>
 			<classname>boolean</classname>
-			<description>
+			<description>If true, unfinished request will be aborted on new event.
 			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
 		<property>
 			<name>eventsQueue</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>Name of requests queue to avoid send next request before complete other from same event. Can be used to reduce number of requests of frequently events (key press, mouse move etc.).
 			</description>
 		
 		</property>
 		<property>
 			<name>ajaxSingle</name>
 			<classname>boolean</classname>
-			<description>
+			<description>If ‘true’, submits ONLY one field/link, instead of all form controls.
 			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>

Modified: trunk/richfaces/drag-drop/src/main/config/component/dndParam.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dndParam.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/drag-drop/src/main/config/component/dndParam.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -32,12 +32,14 @@
 		<property required="true">
 			<name>name</name>
 			<classname>java.lang.String</classname>
-			<description>
+			<description>A name of this parameter.
 			</description>
 		</property>
 		<property>
 			<name>type</name>
 			<classname>java.lang.String</classname>
+			<description>This attribute defines parameter functionality. Possible values are "drag", "drop" and "default". 
+			</description>
 			<defaultvalue>"default"</defaultvalue>
 		</property>
 	</component>

Modified: trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -28,7 +28,9 @@
 		</taghandler>
 
 		&draggable_attributes;
-		&ui_component_attributes;
+		&ui_command_attributes;
+		&ajax_component_attributes;
+		
 		<!--
 		<property>
 			<name>param</name>
@@ -37,7 +39,34 @@
 			</description>
 			<defaultvalue>"default"</defaultvalue>
 		</property>
-        -->
+		-->
+		<property>
+			<name>dragListener</name>
+			<classname>java.lang.String</classname>
+			<description>
+				MethodBinding representing an action listener method that will be notified afrer drag operation.
+			</description>
+		</property>
+		<property>
+			<name>disableDefault</name>
+			<classname>java.lang.String</classname>
+			<description>
+				Disable default action for target event (append "return false;" to javascript ).
+			</description>
+		</property>
+		<property>
+			<name>onsubmit</name>
+			<classname>java.lang.String</classname>
+			<description>
+				JavaScript code for call before submission of ajax event
+			</description>
+		</property>
+		<property>
+			<name>parentProperties</name>
+			<classname>java.lang.String</classname>
+			<description>
+			</description>
+		</property>
 	</component>
 
  

Modified: trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/drag-drop/src/main/config/component/dropSupport.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -28,17 +28,37 @@
 			<classname>org.richfaces.taglib.DropSupportHandler</classname>
 		</taghandler>
 		
-		&ui_component_attributes;
+		&ui_command_attributes;
 		&dropzone_attributes;
+		&ajax_component_attributes;
 		
-		
 		<property>
-			<name>ondropend</name>
+			<name>dropListener</name>
 			<classname>java.lang.String</classname>
 			<description>
+				MethodBinding representing an action listener method that will be notified afrer drop operation. 
 			</description>
 		</property>
-		
+		<property>
+			<name>disableDefault</name>
+			<classname>java.lang.String</classname>
+			<description>
+				Disable default action for target event (append "return false;" to javascript ).
+			</description>
+		</property>
+		<property>
+			<name>onsubmit</name>
+			<classname>java.lang.String</classname>
+			<description>
+				JavaScript code for call before submission of ajax event
+			</description>
+		</property>
+		<property>
+			<name>parentProperties</name>
+			<classname>java.lang.String</classname>
+			<description>
+			</description>
+		</property>
 		<!--
 		<property>
 			<name>param</name>

Modified: trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
--- trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -78,19 +78,19 @@
     	<property>
 	    	<name>onupclick</name>
 	    	<classname>java.lang.String</classname>
-	    	<description>Up click event</description>
+    		<description>HTML: a script expression; a button "Up" is clicked</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
     	<property>
 	    	<name>ondownclick</name>
 	    	<classname>java.lang.String</classname>
-	    	<description>Down click event</description>
+    		<description>HTML: a script expression; a button "Down" is clicked</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
     	<property>
 	    	<name>onerror</name>
 	    	<classname>java.lang.String</classname>
-	    	<description>Error event</description>
+    		<description>HTML: a script expression; event fires whenever an JavaScript error occurs.</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
 		<property>

Modified: trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/modal-panel/src/main/config/component/modalPanel.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -44,7 +44,7 @@
         <property>
 			<name>headerClass</name>
 			<classname>java.lang.String</classname>
-			<description>
+        			<description>CSS style(s) is/are to be applied to component header when this component is rendered.
 			</description>
 			<defaultvalue>""</defaultvalue>
 		</property>
@@ -52,7 +52,7 @@
         <property>
 			<name>controlsClass</name>
 			<classname>java.lang.String</classname>
-			<description>
+        			<description>CSS style(s) is/are to be applied to component controls when this component is rendered.
 			</description>
 			<defaultvalue>""</defaultvalue>
 		</property>
@@ -61,13 +61,14 @@
 			<name>width</name>
 			<classname>int</classname>
 			<description>
+				Attribute defines width of component.
 			</description>
 			<defaultvalue>300</defaultvalue>
 		</property>
 		<property>
 			<name>height</name>
 			<classname>int</classname>
-			<description>
+			<description>Attribute defines height of component.
 			</description>
 			<defaultvalue>200</defaultvalue>
 		</property>
@@ -76,6 +77,7 @@
 			<name>minWidth</name>
 			<classname>int</classname>
 			<description>
+				Attribute defines min width of component.
 			</description>
 			<defaultvalue>-1</defaultvalue>
 		</property>
@@ -83,6 +85,7 @@
 			<name>minHeight</name>
 			<classname>int</classname>
 			<description>
+				Attribute defines min height of component.
 			</description>
 			<defaultvalue>-1</defaultvalue>
 		</property>
@@ -91,6 +94,7 @@
 			<name>left</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Attribute defines X position of component left-top corner.
 			</description>
 			<defaultvalue>"auto"</defaultvalue>
 		</property>
@@ -98,6 +102,7 @@
 			<name>top</name>
 			<classname>java.lang.String</classname>
 			<description>
+				Attribute defines Y position of component left-top corner.
 			</description>
 			<defaultvalue>"auto"</defaultvalue>
 		</property>
@@ -106,6 +111,7 @@
 			<name>resizeable</name>
 			<classname>boolean</classname>
 			<description>
+				if 'true' there is possibily to change component size. 
 			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
@@ -113,6 +119,7 @@
 			<name>moveable</name>
 			<classname>boolean</classname>
 			<description>
+				if 'true' there is possibily to move component.
 			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
@@ -121,6 +128,7 @@
 			<name>zindex</name>
 			<classname>int</classname>
 			<description>
+				Attribute is similar to the standard HTML attribute and can specify window placement relative to the content.
 			</description>
 			<defaultvalue>100</defaultvalue>
 		</property>

Modified: trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -108,6 +108,21 @@
             <defaultvalue>"richfaces_suggestionEntry"</defaultvalue>
         </property>
         <property>
+            <name>rowClasses</name>
+            <classname>java.lang.String</classname>
+            <description>
+                A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again.
+            </description>
+        </property>
+        <property>
+            <name>immediate</name>
+            <classname>boolean</classname>
+            <description>
+                A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase
+            </description>
+            <defaultvalue>"richfaces_suggestionEntry"</defaultvalue>
+        </property>
+        <property>
             <name>selectedClass</name>
             <classname>java.lang.String</classname>
             <description>

Modified: trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -57,6 +57,11 @@
 	    	<classname>java.lang.String</classname>
 	      	<description>A CSS class to be applied to all tabs</description>
 	    </property>
+		<property>
+			<name>selectedTab</name>
+			<classname>java.lang.String</classname>
+			<description>Attribure defines name of selected tab.</description>
+		</property>		
 	    <property>
 	    	<name>activeTabClass</name>
 	    	<classname>java.lang.String</classname>
@@ -140,6 +145,7 @@
 	    <property>
 	    	<name>name</name>
 	    	<classname>java.lang.Object</classname>
+	    	<description>Attribute defines tab name.</description>
 	    	<defaultvalue>getId()</defaultvalue>
 	    </property>
 	    <property >
@@ -152,6 +158,11 @@
 	    	<classname>java.lang.String</classname>
 	    	<description>Text for the actual "tab" in a tab section.</description>
 	    </property>
+		<property>
+			<name>title</name>
+			<classname>java.lang.String</classname>
+			<description>HTML: An advisory title for this element. Often displayed as a tooltip.</description>
+		</property>		
 	    <property>
 	    	<name>labelWidth</name>
 	    	<classname>java.lang.String</classname>

Modified: trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -75,6 +75,7 @@
 			</taghandler>
 		-->
 		&ui_component_attributes;
+		&ui_input_attributes.ent;
 		<!--
 			<property>
 			<name>param</name>
@@ -156,8 +157,7 @@
 		<property required="false" el="true" elonly="true">
 			<name>panelId</name>
 			<classname>java.lang.String</classname>
-			<description>
-
+			<description>Attribute defines Id for corresponding panel.
 			</description>
 		</property>
 

Modified: trunk/richfaces/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/tree.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/tree/src/main/config/component/tree.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -63,8 +63,32 @@
 			<classname>java.lang.String</classname>
 			<description>Node face facet name</description>
 		</property>
- 
 		<property>
+			<name>changeExpandListener</name>
+			<classname>java.lang.String</classname>
+			<description>Listener called on expand/collapse event on the node.</description>
+		</property>
+		<property>
+			<name>dragListener</name>
+			<classname>java.lang.String</classname>
+			<description>MethodBinding representing an action listener method that will be notified after drag operation. </description>
+		</property>
+		<property>
+			<name>dropListener</name>
+			<classname>java.lang.String</classname>
+			<description>MethodBinding representing an action listener method that will be notified after drop operation.  </description>
+		</property>
+		<property>
+			<name>nodeSelectListener</name>
+			<classname>java.lang.String</classname>
+			<description>MethodBinding representing an action listener method that will be notified after selection of node.   </description>
+		</property>		
+		<property>
+			<name>iconLeaf</name>
+			<classname>java.lang.String</classname>
+			<description>An icon for component leaves.</description>
+		</property>		
+		<property>
 			<name>switchType</name>
 			<classname>java.lang.String</classname>
 			<description>Tree switch algorithm: "client", "server", "ajax"</description>
@@ -73,8 +97,19 @@
 		<property>
 			<name>dragIndicator</name>
 			<classname>java.lang.String</classname>
+			<description>An indicator component id.</description>
 		</property>
 		<property>
+			<name>value</name>
+			<classname>java.lang.String</classname>
+			<description>The current value for this component.</description>
+		</property>
+		<property>
+			<name>var</name>
+			<classname>java.lang.String</classname>
+			<description>Attribute contains a name providing an access to data defined with value.</description>
+		</property>		
+		<property>
 			<name>onselected</name>
 			<classname>java.lang.String</classname>
 			<description>An action to be fired when selecting a node</description>

Modified: trunk/richfaces/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/treeNode.xml	2007-04-19 15:59:11 UTC (rev 455)
+++ trunk/richfaces/tree/src/main/config/component/treeNode.xml	2007-04-19 16:53:16 UTC (rev 456)
@@ -41,6 +41,8 @@
 		</taghandler>
 
 		&attributes;
+		&ui_component_attributes;
+		
 		<property required="true">
 			<name>type</name>
 			<classname>java.lang.String</classname>
@@ -70,6 +72,31 @@
             <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
 
+		<property>
+			<name>changeExpandListener</name>
+			<classname>java.lang.String</classname>
+			<description>Listener called on expand/collapse event on the node.</description>
+		</property>
+		<property>
+			<name>dragListener</name>
+			<classname>java.lang.String</classname>
+			<description>MethodBinding representing an action listener method that will be notified after drag operation. </description>
+		</property>
+		<property>
+			<name>dropListener</name>
+			<classname>java.lang.String</classname>
+			<description>MethodBinding representing an action listener method that will be notified after drop operation.  </description>
+		</property>
+		<property>
+			<name>nodeSelectListener</name>
+			<classname>java.lang.String</classname>
+			<description>MethodBinding representing an action listener method that will be notified after selection of node.   </description>
+		</property>
+		<property>
+			<name>iconLeaf</name>
+			<classname>java.lang.String</classname>
+			<description>An icon for component leaves.</description>
+		</property>
         <property hidden="true">
         	<name>dragValue</name>        	
         </property>




More information about the richfaces-svn-commits mailing list