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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 27 05:05:41 EDT 2007


Author: akushunin
Date: 2007-08-27 05:05:41 -0400 (Mon, 27 Aug 2007)
New Revision: 2499

Modified:
   trunk/ui/calendar/src/main/config/component/calendar.xml
   trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
setted hidden=true to properties localValueSet and Valid

Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml	2007-08-26 13:32:57 UTC (rev 2498)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml	2007-08-27 09:05:41 UTC (rev 2499)
@@ -7,8 +7,12 @@
 		<classname>org.richfaces.component.html.HtmlCalendar</classname>
 		<superclass>org.richfaces.component.UICalendar</superclass>
 		<test>
-			<classname>org.richfaces.component.html.HtmlCalendarTest</classname>
-			<superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+			<classname>
+				org.richfaces.component.html.HtmlCalendarTest
+			</classname>
+			<superclassname>
+				org.ajax4jsf.tests.AbstractAjax4JsfTestCase
+			</superclassname>
 		</test>
 		<description>
 			<![CDATA[
@@ -21,19 +25,25 @@
 		<tag>
 			<name>calendar</name>
 			<classname>org.richfaces.taglib.CalendarTag</classname>
-			<superclass> org.ajax4jsf.webapp.taglib.HtmlComponentTagBase </superclass>
+			<superclass>
+				org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
+			</superclass>
 
 			<test>
-				<classname>org.richfaces.component.html.HtmlCalendarTest</classname>
-				<superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+				<classname>
+					org.richfaces.component.html.HtmlCalendarTest
+				</classname>
+				<superclassname>
+					org.ajax4jsf.tests.AbstractAjax4JsfTestCase
+				</superclassname>
 			</test>
 		</tag>
 		<!--
-		<taghandler>
+			<taghandler>
 			<classname>org.ajax4jsf.tag.TestHandler</classname>
-		</taghandler>
+			</taghandler>
 		-->
-		&ui_component_attributes; 
+		&ui_component_attributes;
 		&ui_input_attributes;
 		&ui_output_attributes;
 		<property>
@@ -51,8 +61,11 @@
 		<property elonly="true">
 			<name>data</name>
 			<classname>org.richfaces.model.CalendarDataModel</classname>
-			<description>Used to provide data for calendar elements. If data is not provided, all
-				Data Model related functions are disabled</description>
+			<description>
+				Used to provide data for calendar elements. If data is
+				not provided, all Data Model related functions are
+				disabled
+			</description>
 		</property>
 		<property elonly="true">
 			<name>locale</name>
@@ -63,28 +76,40 @@
 		<property elonly="true">
 			<name>timeZone</name>
 			<classname>java.util.TimeZone</classname>
-			<description>Used for current date calculations</description>
+			<description>
+				Used for current date calculations
+			</description>
 			<defaultvalue>getDefaultTimeZone()</defaultvalue>
 		</property>
 		<property elonly="true">
 			<name>preloadDateRangeBegin</name>
 			<classname>java.util.Date</classname>
-			<description>Define the initial range of date which will be loaded to client from
-				dataModel under rendering</description>
-			<defaultvalue>getDefaultPreloadBegin(getCurrentDateOrDefault())</defaultvalue>
+			<description>
+				Define the initial range of date which will be loaded to
+				client from dataModel under rendering
+			</description>
+			<defaultvalue>
+				getDefaultPreloadBegin(getCurrentDateOrDefault())
+			</defaultvalue>
 		</property>
 		<property elonly="true">
 			<name>preloadDateRangeEnd</name>
 			<classname>java.util.Date</classname>
-			<description>Defines the last range of date which will be loaded to client from
-				dataModel under rendering</description>
-			<defaultvalue>getDefaultPreloadEnd(getCurrentDateOrDefault())</defaultvalue>
+			<description>
+				Defines the last range of date which will be loaded to
+				client from dataModel under rendering
+			</description>
+			<defaultvalue>
+				getDefaultPreloadEnd(getCurrentDateOrDefault())
+			</defaultvalue>
 		</property>
 		<property elonly="true">
 			<name>currentDate</name>
 			<classname>java.util.Date</classname>
 			<description>Defines current date</description>
-			<defaultvalue>java.util.Calendar.getInstance(getTimeZone()).getTime()</defaultvalue>
+			<defaultvalue>
+				java.util.Calendar.getInstance(getTimeZone()).getTime()
+			</defaultvalue>
 		</property>
 		<property>
 			<name>datePattern</name>
@@ -95,109 +120,147 @@
 		<property>
 			<name>scrollMode</name>
 			<classname>java.lang.String</classname>
-			<description>Valid values are &quot;ajax&quot; and &quot;client&quot;</description>
+			<description>
+				Valid values are &quot;ajax&quot; and &quot;client&quot;
+			</description>
 			<defaultvalue>"ajax"</defaultvalue>
 		</property>
 		<property>
 			<name>popup</name>
 			<classname>boolean</classname>
-			<description>If &quot;true&quot; calendar will be rendered initially as hidden
-				with additional elements for calling as popup</description>
+			<description>
+				If &quot;true&quot; calendar will be rendered initially
+				as hidden with additional elements for calling as popup
+			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
 		<property>
 			<name>disabled</name>
 			<classname>boolean</classname>
-			<description>If &quot;true&quot;, rendered is disabled. In
-				&quot;popup&quot; mode both controls are disabled</description>
+			<description>
+				If &quot;true&quot;, rendered is disabled. In
+				&quot;popup&quot; mode both controls are disabled
+			</description>
 			<defaultvalue>false</defaultvalue>
 		</property>
 		<property>
 			<name>jointPoint</name>
 			<classname>java.lang.String</classname>
-			<description>Set the corner of the button for the popup to be connected with (top-left,
-				top-right, bottom-left (Default), bottom-right, auto)</description>
+			<description>
+				Set the corner of the button for the popup to be
+				connected with (top-left, top-right, bottom-left
+				(Default), bottom-right, auto)
+			</description>
 			<defaultvalue>"bottom-left"</defaultvalue>
 		</property>
 		<property>
 			<name>direction</name>
 			<classname>java.lang.String</classname>
-			<description>Defines direction of the calendar popup (top-left, top-right, bottom-left,
-				bottom-right (Default), auto)</description>
+			<description>
+				Defines direction of the calendar popup (top-left,
+				top-right, bottom-left, bottom-right (Default), auto)
+			</description>
 			<defaultvalue>"bottom-right"</defaultvalue>
 		</property>
 		<property>
 			<name>weekDayLabels</name>
 			<classname>java.lang.Object</classname>
-			<description>List of the day names displays on the days bar in the following way
-				&quot;Sun, Mon, Tue, Wed, …&quot;</description>
+			<description>
+				List of the day names displays on the days bar in the
+				following way &quot;Sun, Mon, Tue, Wed, …&quot;
+			</description>
 		</property>
 		<property>
 			<name>weekDayLabelsShort</name>
 			<classname>java.lang.Object</classname>
-			<description>Attribute that allows to customize short names of the weeks. Should accept
-				list with the weeks names.</description>
+			<description>
+				Attribute that allows to customize short names of the
+				weeks. Should accept list with the weeks names.
+			</description>
 		</property>
 		<property>
 			<name>monthLabels</name>
 			<classname>java.lang.Object</classname>
-			<description>Attribute that allows to customize names of the months. Should accept list
-				with the month names</description>
+			<description>
+				Attribute that allows to customize names of the months.
+				Should accept list with the month names
+			</description>
 		</property>
 		<property>
 			<name>monthLabelsShort</name>
 			<classname>java.lang.Object</classname>
-			<description>Attribute that allows to customize short names of the months. Should accept
-				list with the month names</description>
+			<description>
+				Attribute that allows to customize short names of the
+				months. Should accept list with the month names
+			</description>
 		</property>
 		<property>
 			<name>buttonLabel</name>
 			<classname>java.lang.String</classname>
-			<description>Defines label for the popup button element</description>
+			<description>
+				Defines label for the popup button element
+			</description>
 			<defaultvalue>"popupButton"</defaultvalue>
 		</property>
 		<property>
 			<name>toolTipMode</name>
 			<classname>java.lang.String</classname>
-			<description>Used to specify mode to load tooltips. Valid values are
-				&quot;none&quot;, &quot;single&quot; and &quot;batch&quot;</description>
+			<description>
+				Used to specify mode to load tooltips. Valid values are
+				&quot;none&quot;, &quot;single&quot; and
+				&quot;batch&quot;
+			</description>
 			<defaultvalue>"batch"</defaultvalue>
 		</property>
 		<property>
 			<name>boundaryDatesMode</name>
 			<classname>java.lang.String</classname>
-			<description>Used for the dates boundaries in the list. Valid values are
-				&quot;inactive&quot; (Default) – dates inactive and gray colored,
-				&quot;scroll&quot; – boundaries work as month scrolling controls, and
-				&quot;select&quot; – boundaries work in the same way as
-				&quot;scroll&quot; but with the date clicked selection</description>
+			<description>
+				Used for the dates boundaries in the list. Valid values
+				are &quot;inactive&quot; (Default) – dates inactive and
+				gray colored, &quot;scroll&quot; – boundaries work as
+				month scrolling controls, and &quot;select&quot; –
+				boundaries work in the same way as &quot;scroll&quot;
+				but with the date clicked selection
+			</description>
 			<defaultvalue>"inactive"</defaultvalue>
 		</property>
 		<property>
-			<name> enableManualInput </name>
+			<name>enableManualInput</name>
 			<classname>boolean</classname>
-			<description>If &quot;true&quot; calendar input will be editable and it will be possible to change
-				the date manualy. If &quot;false&quot; value for this attribute makes a text
-				field &quot;read-only&quot;, so the value can be changed only from a handle</description>
+			<description>
+				If &quot;true&quot; calendar input will be editable and
+				it will be possible to change the date manualy. If
+				&quot;false&quot; value for this attribute makes a text
+				field &quot;read-only&quot;, so the value can be changed
+				only from a handle
+			</description>
 			<defaultvalue>false</defaultvalue>
 		</property>
 		<property>
-			<name> showInput </name>
+			<name>showInput</name>
 			<classname>boolean</classname>
-			<description>&quot;false&quot; value for this attribute makes text field
-				invisible. If &quot;true&quot; - input field will be shown</description>
+			<description>
+				&quot;false&quot; value for this attribute makes text
+				field invisible. If &quot;true&quot; - input field will
+				be shown
+			</description>
 			<defaultvalue>true</defaultvalue>
 		</property>
 		<property>
 			<name>style</name>
 			<classname>java.lang.String</classname>
-			<description>CSS style(s) is/are to be applied when this component is
-			rendered</description>
+			<description>
+				CSS style(s) is/are to be applied when this component is
+				rendered
+			</description>
 		</property>
 		<property>
 			<name>styleClass</name>
 			<classname>java.lang.String</classname>
-			<description>Corresponds to the HTML class attribute</description>
+			<description>
+				Corresponds to the HTML class attribute
+			</description>
 		</property>
 		<property>
 			<name>inputStyle</name>
@@ -207,37 +270,55 @@
 		<property>
 			<name>inputClass</name>
 			<classname>java.lang.String</classname>
-			<description>Style Class attribute for a text field</description>
+			<description>
+				Style Class attribute for a text field
+			</description>
 		</property>
 		<property>
 			<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>
+			<description>
+				Attribute is similar to the standard HTML attribute and
+				can specify window placement relative to the content
+			</description>
 			<defaultvalue>3</defaultvalue>
 		</property>
-		
+
 		<property>
 			<name>requiredMessage</name>
 			<classname>java.lang.String</classname>
 			<description>
-				A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
+				A ValueExpression enabled attribute that, if present,
+				will be used as the text of the validation message for
+				the "required" facility, if the "required" facility is
+				used
 			</description>
 		</property>
 		<property>
 			<name>validatorMessage</name>
 			<classname>java.lang.String</classname>
 			<description>
-				A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
+				A ValueExpression enabled attribute that, if present,
+				will be used as the text of the validator message,
+				replacing any message that comes from the validator
 			</description>
-		</property>	
+		</property>
 		<property>
 			<name>converterMessage</name>
 			<classname>java.lang.String</classname>
 			<description>
-				A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
+				A ValueExpression enabled attribute that, if present,
+				will be used as the text of the converter message,
+				replacing any message that comes from the converter
 			</description>
 		</property>
-		
+		<property hidden="true">
+			<name>localValueSet</name>
+			<description>localValueSet</description>
+		</property>
+		<property hidden="true">
+			<name>valid</name>
+			<description>valid</description>
+		</property>
 	</component>
 </components>

Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml	2007-08-26 13:32:57 UTC (rev 2498)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml	2007-08-27 09:05:41 UTC (rev 2499)
@@ -208,6 +208,14 @@
 			</description>
 			<defaultvalue>false</defaultvalue>
 		</property>
+		<property hidden="true">
+			<name>localValueSet</name>
+			<description>localValueSet</description>
+		</property>
+		<property hidden="true">
+			<name>valid</name>
+			<description>valid</description>
+		</property>
 		
 	</component>
 </components>




More information about the richfaces-svn-commits mailing list