Author: artdaw
Date: 2008-03-31 10:39:35 -0400 (Mon, 31 Mar 2008)
New Revision: 7470
Modified:
trunk/ui/dataTable/src/main/config/component/colgroup.xml
trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
trunk/ui/dataTable/src/main/config/component/dataTable.xml
trunk/ui/datascroller/src/main/config/component/datascroller.xml
trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880 - description to some attributes were added
Modified: trunk/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-03-31 14:39:32 UTC (rev
7469)
+++ trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-03-31 14:39:35 UTC (rev
7470)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -37,7 +37,7 @@
&html_universal_attributes;
<property disabled="true" hidden="true">
<name>breakBefore</name>
- </property>
+ </property>
<property>
<name>columnClasses</name>
@@ -58,13 +58,13 @@
<property disabled="false" hidden="true">
<name>sortable</name>
<classname>boolean</classname>
- <description></description>
+ <description>Boolean attribute. If "true" it's possible to sort
the column content after click on the header. Default value is
"true"</description>
<defaultvalue>true</defaultvalue>
</property>
<property disabled="false" hidden="true">
<name>sortExpression</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>DEPRECATED(use sortBy)Attribute defines a bean property which is
used for sorting of a column</description>
</property>
<!--
<property>
Modified: trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
===================================================================
--- trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2008-03-31 14:39:32
UTC (rev 7469)
+++ trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2008-03-31 14:39:35
UTC (rev 7470)
@@ -68,12 +68,12 @@
<property>
<name>comparator</name>
<classname>java.util.Comparator</classname>
- <description></description>
+ <description>Defines value binding to the comparator that is used to compare the
values</description>
</property>
<property>
<name>selfSorted</name>
<classname>boolean</classname>
- <description></description>
+ <description>Manages if the header of the column is clickable, icons rendered and
sorting is fired after click on the header. You need to define this attribute inside
<rich:dataTable> component</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -87,36 +87,36 @@
<classname>javax.el.MethodExpression</classname>
<methodargs>java.lang.Object</methodargs>
<returntype>boolean</returntype>
- <description></description>
+ <description>This attribute is defined with method binding. This method accepts on
Object parameter and return boolean value</description>
</property>
<property elonly="true">
<name>filterBy</name>
<classname>java.lang.Object</classname>
- <description></description>
+ <description>Defines iterable object property which is used when filtering
performed.</description>
</property>
<property>
<name>filterValue</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>Defines current filtering value</description>
</property>
<property>
<name>filterEvent</name>
<classname>java.lang.String</classname>
<description>Event for filter input that forces the filtration (default =
onchange)</description>
<defaultvalue>"onchange"</defaultvalue>
-</property>
-<property>
- <name>sortIcon</name>
- <classname>java.lang.String</classname>
- <description></description>
-</property>
-<property>
- <name>sortIconAscending</name>
- <classname>java.lang.String</classname>
- <description></description>
-</property>
-<property>
- <name>sortIconDescending</name>
- <classname>java.lang.String</classname>
- <description></description>
+</property>
+<property>
+ <name>sortIcon</name>
+ <classname>java.lang.String</classname>
+ <description>Defines sort icon</description>
+</property>
+<property>
+ <name>sortIconAscending</name>
+ <classname>java.lang.String</classname>
+ <description>Defines sort icon in ascending order</description>
+</property>
+<property>
+ <name>sortIconDescending</name>
+ <classname>java.lang.String</classname>
+ <description>Defines sort icon in descending order</description>
</property>
\ No newline at end of file
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-03-31 14:39:32 UTC
(rev 7469)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-03-31 14:39:35 UTC
(rev 7470)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -84,7 +84,7 @@
<property>
<name>captionClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to
caption for this component</description>
+ <description>Space-separated list of CSS style class(es) that are be applied to
caption for this component</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
@@ -96,14 +96,14 @@
<name>headerClass</name>
<classname>java.lang.String</classname>
<description>Space-separated list of CSS style class(es) that are be applied to
header for this component
- </description>
+ </description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
<description>Space-separated list of CSS style class(es) that are be applied to
footer for this component
- </description>
+ </description>
<defaultvalue>""</defaultvalue>
</property>
@@ -185,7 +185,7 @@
<property>
<name>sortPriority</name>
<classname>java.util.Collection</classname>
- <description></description>
+ <description>Defines a set of column ids in the order the columns could be
set</description>
</property>
<property hidden="true" existintag="false"
exist="false" >
<name>sortFields</name>
@@ -199,10 +199,10 @@
<description>
Defines mode of sorting. Possible values are 'single' for sorting of one
column and 'multi' for some.
</description>
- </property>
- <property hidden="true" existintag="false"
exist="false" >
- <name>summary</name>
- <classname>java.lang.Object</classname>
</property>
+ <property hidden="true" existintag="false"
exist="false" >
+ <name>summary</name>
+ <classname>java.lang.Object</classname>
+ </property>
</component>
</components>
Modified: trunk/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-03-31 14:39:32
UTC (rev 7469)
+++ trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-03-31 14:39:35
UTC (rev 7470)
@@ -268,8 +268,9 @@
<property>
<name>onpagechange</name>
<classname>java.lang.String</classname>
+ <description>JavaScript handler for call after the page is
changed</description>
</property>
-
+
</component>
&listeners;
</components>
Modified: trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-03-31 14:39:32
UTC (rev 7469)
+++ trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-03-31 14:39:35
UTC (rev 7470)
@@ -250,6 +250,27 @@
<classname>java.lang.String</classname>
<description>HTML: script expression; a pointer button is
released</description>
</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
+ </description>
+ </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
+ </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
+ </description>
+ </property>
&html_events;
&ui_input_attributes;
<property hidden="true">
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-03-31 14:39:32
UTC (rev 7469)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-03-31 14:39:35
UTC (rev 7470)
@@ -193,6 +193,27 @@
<classname>java.lang.String</classname>
<description>CSS style class for hovered control</description>
</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
+ </description>
+ </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
+ </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
+ </description>
+ </property>
&html_events;
&ui_component_attributes;
&ui_input_attributes;