[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r248 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Wed Jun 6 10:53:03 EDT 2007


Author: vkukharchuk
Date: 2007-06-06 10:53:03 -0400 (Wed, 06 Jun 2007)
New Revision: 248

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_region_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/display_value_only_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_text_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_textarea_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_message_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_messages_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_boolean_checkbox_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_checkbox_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_listbox_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_listbox_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_menu_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_radio_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_item_attributes.ent
Log:


Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -15,13 +15,13 @@
     <property >
         <name>ajaxSingle</name>
         <classname>boolean</classname>
-        <description>if true, submits ONLY one field/link, instead of all form controls</description>
+        <description>if "true", submits ONLY one field/link, instead of all form controls</description>
     </property>
     
     <property >
         <name>bypassUpdates</name>
         <classname>boolean</classname>
-        <description>If true, after process validations phase it skips updates of model beans on a force render response. It can be used for validating components input</description>
+        <description>If "true", after process validations phase it skips updates of model beans on a force render response. It can be used for validating components input</description>
     </property>
     
     <property >
@@ -73,7 +73,7 @@
 			<name>ignoreDupResponses</name>
 			<classname>boolean</classname>
 			<description>
-				If true, unfinished request will be aborted on new event
+				If "true", unfinished request will be aborted on new event
 			</description>
 	</property>
 	<property>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -12,7 +12,7 @@
         <name>keepTransient</name>
         <classname>boolean</classname>
         <description><![CDATA[
-				Flag for mark all child components to non-transient. If true, all children components will be set to non-transient state and keep in saved components tree.
+				Flag for mark all child components to non-transient. If "true", all children components will be set to non-transient state and keep in saved components tree.
 				For output in self-renderer region all content (By default, all content in <f:verbatim> tags and non-jsf elements in facelets, marked as transient - since, self-rendered ajax regions don't plain output for ajax processing).
 			]]></description>
         <defaultvalue>false</defaultvalue>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_region_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_region_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_region_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -13,7 +13,7 @@
     <property >
         <name>selfRendered</name>
         <classname>boolean</classname>
-        <description>if 'true' , self-render subtree at InvokeApplication ( or Decode, if immediate property set to true )  phase </description>
+        <description>if "true", self-render subtree at InvokeApplication ( or Decode, if immediate property set to true )  phase </description>
     </property>
     
     <property >

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/display_value_only_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/display_value_only_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/display_value_only_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -3,7 +3,7 @@
     
     <property>
         <name>displayValueOnly</name><classname>java.lang.String</classname><description>
-            If true, renders only the value of the component, but no input widget.
+            If "true", renders only the value of the component, but no input widget.
             Default is false
         </description>
     </property>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -2,7 +2,7 @@
     <property >
         <name>dragValue</name>
         <classname>java.lang.Object</classname>
-        <description><![CDATA[Data to be sent to the drop zone after a drop event.]]></description>
+        <description><![CDATA[Data to be sent to the drop zone after a drop event]]></description>
     </property>
     <property>
         <name>dragType</name>
@@ -12,7 +12,7 @@
     <property>
         <name>dragIndicator</name>
         <classname>java.lang.String</classname>
-        <description><![CDATA[Id of the dragIndicator component used as drag operation cursor.]]></description>
+        <description><![CDATA[Id of the dragIndicator component used as drag operation cursor]]></description>
     </property>
     <property >
         <name>ondragstart</name>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -2,7 +2,7 @@
     <property >
         <name>dropValue</name>
         <classname>java.lang.Object</classname>
-        <description><![CDATA[Data to be processed after a drop event.]]></description>
+        <description><![CDATA[Data to be processed after a drop event]]></description>
     </property>
     <property>
         <name>typeMapping</name>
@@ -13,7 +13,7 @@
     <property>
         <name>acceptedTypes</name>
         <classname>java.lang.Object</classname>
-        <description><![CDATA[List of drag types to be processd by the current drop zone.]]></description>
+        <description><![CDATA[List of drag types to be processd by the current drop zone]]></description>
         <!-- 			<defaultvalue><![CDATA[]]></defaultvalue>  -->
     </property>
     <property >
@@ -40,7 +40,7 @@
 			<name>dropListener</name>
 			<classname>javax.faces.el.MethodBinding</classname>
 			<description><![CDATA[
-				MethodBinding representing an action listener method that will be notified afrer drop operation.
+				MethodBinding representing an action listener method that will be notified afrer drop operation
 				]]>
 			</description>
 			<methodargs>org.ajax4jsf.dnd.event.DropEvent.class</methodargs>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_text_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_text_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_text_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -26,7 +26,7 @@
         <name>immediate</name><classname>java.lang.String</classname><description> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase</description>
     </property>
     <property>
-        <name>required</name><classname>java.lang.String</classname><description>If true, this component will be checked for non-empty input</description>
+        <name>required</name><classname>java.lang.String</classname><description>If "true", this component will be checked for non-empty input</description>
     </property>
     <property>
         <name>validator</name><classname>java.lang.String</classname><description>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_textarea_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_textarea_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_textarea_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -26,7 +26,7 @@
         <name>immediate</name><classname>java.lang.String</classname><description> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase</description>
     </property>
     <property>
-        <name>required</name><classname>java.lang.String</classname><description>If true, this component will be checked for non-empty input</description>
+        <name>required</name><classname>java.lang.String</classname><description>If "true", this component will be checked for non-empty input</description>
     </property>
     <property>
         <name>validator</name><classname>java.lang.String</classname><description>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_message_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_message_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_message_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -105,7 +105,7 @@
     </property>
     <property>
         <name>tooltip</name><classname>java.lang.String</classname><description>
-            If true, the message summary will be rendered as a tooltip (i.e. HTML title attribute)
+            If "true", the message summary will be rendered as a tooltip (i.e. HTML title attribute)
         </description>
     </property>
     

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_messages_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_messages_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_messages_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -109,7 +109,7 @@
     </property>
     <property>
         <name>tooltip</name><classname>java.lang.String</classname><description>
-            If true, the message summary will be rendered as a tooltip (i.e. HTML title attribute)
+            If "true", the message summary will be rendered as a tooltip (i.e. HTML title attribute)
         </description>
     </property>
     

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_boolean_checkbox_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_boolean_checkbox_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_boolean_checkbox_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -27,7 +27,7 @@
         <name>immediate</name><classname>java.lang.String</classname><description> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase</description>
     </property>
     <property>
-        <name>required</name><classname>java.lang.String</classname><description>If true, this component will be checked for non-empty input</description>
+        <name>required</name><classname>java.lang.String</classname><description>If "true", this component will be checked for non-empty input</description>
     </property>
     <property>
         <name>validator</name><classname>java.lang.String</classname><description>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_checkbox_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_checkbox_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_checkbox_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -27,7 +27,7 @@
         <name>immediate</name><classname>java.lang.String</classname><description> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase</description>
     </property>
     <property>
-        <name>required</name><classname>java.lang.String</classname><description>If true, this component will be checked for non-empty input</description>
+        <name>required</name><classname>java.lang.String</classname><description>If "true", this component will be checked for non-empty input</description>
     </property>
     <property>
         <name>validator</name><classname>java.lang.String</classname><description>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_listbox_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_listbox_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_listbox_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -26,7 +26,7 @@
         <name>immediate</name><classname>java.lang.String</classname><description> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase</description>
     </property>
     <property>
-        <name>required</name><classname>java.lang.String</classname><description>If true, this component will be checked for non-empty input</description>
+        <name>required</name><classname>java.lang.String</classname><description>If "true", this component will be checked for non-empty input</description>
     </property>
     <property>
         <name>validator</name><classname>java.lang.String</classname><description>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_listbox_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_listbox_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_listbox_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -26,7 +26,7 @@
         <name>immediate</name><classname>java.lang.String</classname><description> 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>
     <property>
-        <name>required</name><classname>java.lang.String</classname><description>If true, this component is checked for non-empty input</description>
+        <name>required</name><classname>java.lang.String</classname><description>If "true", this component is checked for non-empty input</description>
     </property>
     <property>
         <name>validator</name><classname>java.lang.String</classname><description>MethodBinding pointing at a method that is called during Process Validations phase of a request processing lifecycle, to validate the current value of this component</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_menu_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_menu_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_menu_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -27,7 +27,7 @@
         <name>immediate</name><classname>java.lang.String</classname><description> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase</description>
     </property>
     <property>
-        <name>required</name><classname>java.lang.String</classname><description>If true, this component will be checked for non-empty input</description>
+        <name>required</name><classname>java.lang.String</classname><description>If "true", this component will be checked for non-empty input</description>
     </property>
     <property>
         <name>validator</name><classname>java.lang.String</classname><description>Method Binding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_radio_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_radio_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_radio_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -27,7 +27,7 @@
         <name>immediate</name><classname>java.lang.String</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>
     </property>
     <property>
-        <name>required</name><classname>java.lang.String</classname><description>If true, this component will be checked for non-empty input</description>
+        <name>required</name><classname>java.lang.String</classname><description>If "true", this component will be checked for non-empty input</description>
     </property>
     <property>
         <name>validator</name><classname>java.lang.String</classname><description>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_item_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_item_attributes.ent	2007-06-06 02:17:31 UTC (rev 247)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_item_attributes.ent	2007-06-06 14:53:03 UTC (rev 248)
@@ -13,7 +13,7 @@
         <name>itemDisabled</name>
         <classname>boolean</classname>
         <description>
-            If true, this component isn't saved during state saving
+            If "true", this component isn't saved during state saving
         </description>
     </property>
     <property>




More information about the ajax4jsf-svn-commits mailing list