[richfaces-svn-commits] JBoss Rich Faces SVN: r2670 - trunk/ui/message/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 31 12:36:51 EDT 2007
Author: vkorluzhenko
Date: 2007-08-31 12:36:51 -0400 (Fri, 31 Aug 2007)
New Revision: 2670
Modified:
trunk/ui/message/src/main/config/component/message.xml
Log:
http://jira.jboss.com/jira/browse/RF-696
Modified: trunk/ui/message/src/main/config/component/message.xml
===================================================================
--- trunk/ui/message/src/main/config/component/message.xml 2007-08-31 16:35:15 UTC (rev 2669)
+++ trunk/ui/message/src/main/config/component/message.xml 2007-08-31 16:36:51 UTC (rev 2670)
@@ -58,122 +58,191 @@
<name>showDetail</name>
<classname>boolean</classname>
<defaultvalue>true</defaultvalue>
+ <description>
+ Flag indicating whether the summary portion of displayed messages should be included. Default value is "true"
+ </description>
</property>
<property>
<name>showSummary</name>
<classname>boolean</classname>
<defaultvalue>false</defaultvalue>
+ <description>
+ Flag indicating whether the summary portion of displayed messages should be included. Default value is "false"
+ </description>
</property>
<property>
<name>title</name>
<classname>java.lang.String</classname>
+ <description>
+ Advisory title information about markup elements generated for this component
+ </description>
</property>
<property>
<name>tooltip</name>
<classname>boolean</classname>
<defaultvalue>false</defaultvalue>
+ <description>
+ Flag indicating whether the detail portion of the message should be displayed as a tooltip
+ </description>
</property>
<property>
<name>errorClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "ERROR"
+ </description>
</property>
<property>
<name>fatalClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "FATAL"
+ </description>
</property>
<property>
<name>infoClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "INFO"
+ </description>
</property>
<property>
<name>styleClass</name>
<classname>java.lang.String</classname>
+ <description>
+ Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup
+ </description>
</property>
<property>
<name>style</name>
<classname>java.lang.String</classname>
+ <description>
+ The CSS style for message
+ </description>
</property>
<property>
<name>warnClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "WARN"
+ </description>
</property>
<property>
<name>errorMarkerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message marker with a severity class of "ERROR"
+ </description>
</property>
<property>
<name>warnClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "WARN"
+ </description>
</property>
- <property>
+ <!--property>
<name>errorMarkerClass</name>
<classname>java.lang.String</classname>
- </property>
+ </property-->
<property>
<name>fatalMarkerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message marker with a severity class of "FATAL"
+ </description>
</property>
<property>
<name>infoMarkerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message marker with a severity class of "INFO"
+ </description>
</property>
<property>
<name>warnMarkerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply any message marker with a severity class of "WARN"
+ </description>
</property>
<property>
<name>markerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to marker
+ </description>
</property>
<property>
<name>markerStyle</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style(s) is/are to be applied to marker when this component is rendered
+ </description>
</property>
<property>
<name>errorLabelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message label with a severity class of "ERROR"
+ </description>
</property>
<property>
<name>fatalLabelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message label with a severity class of "FATAL"
+ </description>
</property>
<property>
<name>infoLabelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message label with a severity class of "INFO"
+ </description>
</property>
<property>
<name>warnLabelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message label with a severity class of "WARN"
+ </description>
</property>
<property>
<name>labelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to label
+ </description>
</property>
<property attachedstate="true" hidden="true">
<name>binding</name>
<classname>javax.faces.component.UIComponent</classname>
+ <description>
+ The attribute takes a value-binding expression for a component property of a backing bean
+ </description>
</property>
&ui_component_attributes;
@@ -226,140 +295,221 @@
<property>
<name>var</name>
<classname>java.lang.String</classname>
+ <description>
+ Name of a request-scope attribute under which the list of the messages should be available
+ </description>
</property>
<property>
<name>layout</name>
<classname>java.lang.String</classname>
<defaultvalue>"list"</defaultvalue>
+ <description>
+ The type of layout markup to use when rendering error messages. Valid values are "table" (an HTML table), "list" (an HTML list) and iterator. If not specified, the default value is "list"
+ </description>
</property>
<property>
<name>globalOnly</name>
<classname>boolean</classname>
<defaultvalue>false</defaultvalue>
+ <description>
+ Flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false"
+ </description>
</property>
<property>
<name>showDetail</name>
<classname>boolean</classname>
<defaultvalue>true</defaultvalue>
+ <description>
+ Flag indicating whether the summary portion of displayed messages should be included. Default value is "true"
+ </description>
</property>
<property>
<name>showSummary</name>
<classname>boolean</classname>
<defaultvalue>false</defaultvalue>
+ <description>
+ Flag indicating whether the summary portion of displayed messages should be included. Default value is "false"
+ </description>
</property>
<property>
<name>title</name>
<classname>java.lang.String</classname>
+ <description>
+ Advisory title information about markup elements generated for this component
+ </description>
</property>
<property>
<name>tooltip</name>
<classname>boolean</classname>
<defaultvalue>false</defaultvalue>
+ <description>
+ Flag indicating whether the detail portion of the message should be displayed as a tooltip
+ </description>
</property>
<property>
<name>errorClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "ERROR"
+ </description>
</property>
<property>
<name>fatalClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "FATAL"
+ </description>
</property>
<property>
<name>infoClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "INFO"
+ </description>
</property>
<property>
<name>styleClass</name>
<classname>java.lang.String</classname>
+ <description>
+ Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup
+ </description>
</property>
<property>
<name>style</name>
<classname>java.lang.String</classname>
+ <description>
+ The CSS style for message
+ </description>
</property>
<property>
<name>warnClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "WARN"
+ </description>
</property>
<property>
<name>errorMarkerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message marker with a severity class of "ERROR"
+ </description>
</property>
<property>
<name>warnClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message with a severity class of "WARN"
+ </description>
</property>
- <property>
+ <!--property>
<name>errorMarkerClass</name>
<classname>java.lang.String</classname>
- </property>
+ <description>
+ CSS style class to apply to any message marker with a severity class of "ERROR"
+ </description>
+ </property-->
<property>
<name>fatalMarkerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message marker with a severity class of "FATAL"
+ </description>
</property>
<property>
<name>infoMarkerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message marker with a severity class of "INFO"
+ </description>
</property>
<property>
<name>warnMarkerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply any message marker with a severity class of "WARN"
+ </description>
</property>
<property>
<name>markerClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to marker
+ </description>
</property>
<property>
<name>markerStyle</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style(s) is/are to be applied to marker when this component is rendered
+ </description>
</property>
<property>
<name>errorLabelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message label with a severity class of "ERROR"
+ </description>
</property>
<property>
<name>fatalLabelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message label with a severity class of "FATAL"
+ </description>
</property>
<property>
<name>infoLabelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message label with a severity class of "INFO"
+ </description>
</property>
<property>
<name>warnLabelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to any message label with a severity class of "WARN"
+ </description>
</property>
<property>
<name>labelClass</name>
<classname>java.lang.String</classname>
+ <description>
+ CSS style class to apply to label
+ </description>
</property>
<property attachedstate="true" hidden="true">
<name>binding</name>
<classname>javax.faces.component.UIComponent</classname>
+ <description>
+ The attribute takes a value-binding expression for a component property of a backing bean
+ </description>
</property>
&ui_component_attributes;
More information about the richfaces-svn-commits
mailing list