[seam-commits] Seam SVN: r9197 - trunk/ui/src/main/config/component.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Oct 5 19:09:41 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-10-05 19:09:40 -0400 (Sun, 05 Oct 2008)
New Revision: 9197

Modified:
   trunk/ui/src/main/config/component/button.xml
   trunk/ui/src/main/config/component/cache.xml
   trunk/ui/src/main/config/component/conversationId.xml
   trunk/ui/src/main/config/component/conversationName.xml
   trunk/ui/src/main/config/component/conversationPropagation.xml
   trunk/ui/src/main/config/component/convertDateTime.xml
   trunk/ui/src/main/config/component/decorate.xml
   trunk/ui/src/main/config/component/div.xml
   trunk/ui/src/main/config/component/enumItem.xml
   trunk/ui/src/main/config/component/fileUpload.xml
   trunk/ui/src/main/config/component/formattedText.xml
   trunk/ui/src/main/config/component/formattedTextValidator.xml
   trunk/ui/src/main/config/component/fragment.xml
   trunk/ui/src/main/config/component/graphicImage.xml
   trunk/ui/src/main/config/component/label.xml
   trunk/ui/src/main/config/component/link.xml
   trunk/ui/src/main/config/component/message.xml
   trunk/ui/src/main/config/component/remote.xml
   trunk/ui/src/main/config/component/selection.xml
   trunk/ui/src/main/config/component/span.xml
   trunk/ui/src/main/config/component/taskId.xml
   trunk/ui/src/main/config/component/transformImageBlur.xml
   trunk/ui/src/main/config/component/transformImageSize.xml
   trunk/ui/src/main/config/component/transformImageType.xml
   trunk/ui/src/main/config/component/validateAll.xml
Log:
Tidy up the ui config files, including altering parameters to not have the rendered attribute

Modified: trunk/ui/src/main/config/component/button.xml
===================================================================
--- trunk/ui/src/main/config/component/button.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/button.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -12,7 +12,6 @@
 		<renderer generate="false" override="false">
 			<name>org.jboss.seam.ui.ButtonRenderer</name>
 			<classname>org.jboss.seam.ui.renderkit.ButtonRendererBase</classname>
-			<!--<template>org/jboss/seam/ui/htmlButton.jspx</template>-->
 		</renderer>
 		<tag>
 			<name>button</name>
@@ -21,13 +20,11 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		&ui_output_attributes;
 		&html_button_attributes;
 		&html_universal_attributes;
 		&html_events;
 		&ui_command_attributes;
-		<!-- &standard_command_button_attributes; -->
 		<property>
 			<name>view</name>
 			<classname>java.lang.String</classname>

Modified: trunk/ui/src/main/config/component/cache.xml
===================================================================
--- trunk/ui/src/main/config/component/cache.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/cache.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -12,8 +12,6 @@
 		<renderer generate="false" override="false">
 			<name>org.jboss.seam.ui.CacheRenderer</name>
 			<classname>org.jboss.seam.ui.renderkit.CacheRendererBase</classname>
-			<!--<template>org/jboss/seam/ui/htmlCache.jspx</template>-->
-			
 		</renderer>
 		<tag>
 			<name>cache</name>
@@ -22,11 +20,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		<!--
-		<taghandler>
-			<classname>org.ajax4jsf.tag.TestHandler</classname>
-		</taghandler>
-		-->
 		&ui_component_attributes;
 		<property>
 			<name>key</name>

Modified: trunk/ui/src/main/config/component/conversationId.xml
===================================================================
--- trunk/ui/src/main/config/component/conversationId.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/conversationId.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -16,7 +16,7 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
+		&ui_parameter_attributes;
 		<property hidden="true" el="false" transient="true">
 			<name>viewId</name>
 			<classname>java.lang.String</classname>

Modified: trunk/ui/src/main/config/component/conversationName.xml
===================================================================
--- trunk/ui/src/main/config/component/conversationName.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/conversationName.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -24,7 +24,6 @@
         <taghandler>
             <classname>org.jboss.seam.ui.handler.CommandButtonParameterComponentHandler</classname>
         </taghandler>
-		&ui_component_attributes;
 		&ui_parameter_attributes;
 	</component>
 </components>

Modified: trunk/ui/src/main/config/component/conversationPropagation.xml
===================================================================
--- trunk/ui/src/main/config/component/conversationPropagation.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/conversationPropagation.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -6,7 +6,6 @@
 		<family>org.jboss.seam.ui.ConversationPropagation</family>
 		<classname>org.jboss.seam.ui.component.html.HtmlConversationPropagation</classname>
 		<superclass>org.jboss.seam.ui.component.UIConversationPropagation</superclass>
-        
 		<description>
 			<![CDATA[Customize the conversation propagation for a command link or button (or similar JSF control).]]>
 		</description>
@@ -21,10 +20,9 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-        <taghandler>
-            <classname>org.jboss.seam.ui.handler.CommandButtonParameterComponentHandler</classname>
-        </taghandler>
-		&ui_component_attributes;
+      <taghandler>
+         <classname>org.jboss.seam.ui.handler.CommandButtonParameterComponentHandler</classname>
+      </taghandler>
 		&ui_parameter_attributes;
 		<!-- should be el="false" -->
 		<property>

Modified: trunk/ui/src/main/config/component/convertDateTime.xml
===================================================================
--- trunk/ui/src/main/config/component/convertDateTime.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/convertDateTime.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -46,5 +46,4 @@
 			<defaultvalue>"date"</defaultvalue>
 		</property>
 	</converter>
-	
 </components>

Modified: trunk/ui/src/main/config/component/decorate.xml
===================================================================
--- trunk/ui/src/main/config/component/decorate.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/decorate.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -28,7 +28,7 @@
 		</taghandler>
 		
 		&ui_component_attributes;
-        &html_style_attributes;
+      &html_style_attributes;
 		<property el="false">
 			<name>for</name>
 			<classname>java.lang.String</classname>

Modified: trunk/ui/src/main/config/component/div.xml
===================================================================
--- trunk/ui/src/main/config/component/div.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/div.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -12,7 +12,6 @@
 		<renderer generate="false" override="false">
 			<name>org.jboss.seam.ui.DivRenderer</name>
 			<classname>org.jboss.seam.ui.renderkit.DivRendererBase</classname>
-			<!--<template>org/jboss/seam/ui/htmlDiv.jspx</template>-->
 		</renderer>
 		<tag>
 			<name>div</name>

Modified: trunk/ui/src/main/config/component/enumItem.xml
===================================================================
--- trunk/ui/src/main/config/component/enumItem.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/enumItem.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -16,7 +16,7 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
+		&ui_select_item_attributes;
 		<property>
 			<name>enumValue</name>
 			<classname>java.lang.String</classname>
@@ -31,12 +31,5 @@
 				the label to be used when rendering the SelectItem.
 			</description>
 		</property>
-        <property>
-            <name>itemDisabled</name>
-            <classname>boolean</classname>
-            <description>
-                If true, this component isn't saved during state saving
-            </description>
-        </property>
 	</component>
 </components>

Modified: trunk/ui/src/main/config/component/fileUpload.xml
===================================================================
--- trunk/ui/src/main/config/component/fileUpload.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/fileUpload.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -47,7 +47,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		&ui_input_attributes;
 		&html_style_attributes;
 		&html_input_attributes;

Modified: trunk/ui/src/main/config/component/formattedText.xml
===================================================================
--- trunk/ui/src/main/config/component/formattedText.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/formattedText.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -21,8 +21,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		&ui_output_attributes;
 	</component>
-	
 </components>

Modified: trunk/ui/src/main/config/component/formattedTextValidator.xml
===================================================================
--- trunk/ui/src/main/config/component/formattedTextValidator.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/formattedTextValidator.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -2,7 +2,7 @@
 <!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"  "http://jboss.org/jbossrichfaces/component-config.dtd" >
 <components>
 	<validator generate="false">
-		<id>org.jboss.seam.ui.FormattedTextValidator</id>
+		<name>org.jboss.seam.ui.FormattedTextValidator</name>
 		<classname>org.jboss.seam.ui.validator.FormattedTextValidator</classname>
 		<description>
 			<![CDATA[Validate Seam Text input]]>

Modified: trunk/ui/src/main/config/component/fragment.xml
===================================================================
--- trunk/ui/src/main/config/component/fragment.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/fragment.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -12,7 +12,6 @@
 		<renderer generate="false" override="false">
 			<name>org.jboss.seam.ui.FragmentRenderer</name>
 			<classname>org.jboss.seam.ui.renderkit.FragmentRendererBase</classname>
-<!--<template>org/jboss/seam/ui/htmlFragment.jspx</template>-->
 		</renderer>
 		<tag>
 			<name>fragment</name>

Modified: trunk/ui/src/main/config/component/graphicImage.xml
===================================================================
--- trunk/ui/src/main/config/component/graphicImage.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/graphicImage.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -21,11 +21,9 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		&html_style_attributes;
 		&ui_graphic_attributes;
 		&ui_output_attributes;
-		
 		<property>
 			<name>fileName</name>
 			<classname>java.lang.String</classname>

Modified: trunk/ui/src/main/config/component/label.xml
===================================================================
--- trunk/ui/src/main/config/component/label.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/label.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -16,8 +16,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		
-		&ui_component_attributes;
 		&html_label_attributes;
 		&ui_output_attributes;
 		&html_style_attributes;

Modified: trunk/ui/src/main/config/component/link.xml
===================================================================
--- trunk/ui/src/main/config/component/link.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/link.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -21,7 +21,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		&ui_output_attributes;
 		&html_anchor_attributes;
 		&html_universal_attributes;

Modified: trunk/ui/src/main/config/component/message.xml
===================================================================
--- trunk/ui/src/main/config/component/message.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/message.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -16,7 +16,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		&ui_message_attributes;
 	</component>
 </components>

Modified: trunk/ui/src/main/config/component/remote.xml
===================================================================
--- trunk/ui/src/main/config/component/remote.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/remote.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -12,7 +12,6 @@
 		<renderer generate="false" override="false">
 			<name>org.jboss.seam.ui.RemoteRenderer</name>
 			<classname>org.jboss.seam.ui.renderkit.RemoteRendererBase</classname>
-			<!--<template>org/jboss/seam/ui/htmlSelectDate.jspx</template>-->
 		</renderer>
 		<tag>
 			<name>remote</name>

Modified: trunk/ui/src/main/config/component/selection.xml
===================================================================
--- trunk/ui/src/main/config/component/selection.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/selection.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -26,4 +26,4 @@
 			<classname>java.lang.String</classname>
 		</property>
 	</component>
-</components>
\ No newline at end of file
+</components>

Modified: trunk/ui/src/main/config/component/span.xml
===================================================================
--- trunk/ui/src/main/config/component/span.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/span.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -12,7 +12,6 @@
 		<renderer generate="false" override="false">
 			<name>org.jboss.seam.ui.SpanRenderer</name>
 			<classname>org.jboss.seam.ui.renderkit.SpanRendererBase</classname>
-			<!--<template>org/jboss/seam/ui/htmlSpan.jspx</template>-->
 		</renderer>
 		<tag>
 			<name>span</name>

Modified: trunk/ui/src/main/config/component/taskId.xml
===================================================================
--- trunk/ui/src/main/config/component/taskId.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/taskId.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -16,6 +16,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
+		&ui_parameter_attributes;
 	</component>
 </components>

Modified: trunk/ui/src/main/config/component/transformImageBlur.xml
===================================================================
--- trunk/ui/src/main/config/component/transformImageBlur.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/transformImageBlur.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -16,7 +16,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		<property>
 			<name>radius</name>
 			<classname>java.lang.String</classname>

Modified: trunk/ui/src/main/config/component/transformImageSize.xml
===================================================================
--- trunk/ui/src/main/config/component/transformImageSize.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/transformImageSize.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -16,7 +16,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		<property>
 			<name>maintainRatio</name>
 			<classname>boolean</classname>

Modified: trunk/ui/src/main/config/component/transformImageType.xml
===================================================================
--- trunk/ui/src/main/config/component/transformImageType.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/transformImageType.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -16,7 +16,6 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 		<property>
 			<name>contentType</name>
 			<classname>java.lang.String</classname>

Modified: trunk/ui/src/main/config/component/validateAll.xml
===================================================================
--- trunk/ui/src/main/config/component/validateAll.xml	2008-10-05 14:56:34 UTC (rev 9196)
+++ trunk/ui/src/main/config/component/validateAll.xml	2008-10-05 23:09:40 UTC (rev 9197)
@@ -20,6 +20,5 @@
 				org.jboss.seam.ui.util.cdk.UIComponentTagBase
 			</superclass>
 		</tag>
-		&ui_component_attributes;
 	</component>
 </components>




More information about the seam-commits mailing list