JBoss Rich Faces SVN: r7478 - trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-03-31 11:16:29 -0400 (Mon, 31 Mar 2008)
New Revision: 7478
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-03-31 15:13:14 UTC (rev 7477)
+++ …
[View More]trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-03-31 15:16:29 UTC (rev 7478)
@@ -73,10 +73,9 @@
</rich:column>
<rich:column sortExpression="#{sdt.str0}" sortable="false">
- <rich:comboBox width="10">
- <f:selectItem itemValue="item_1" />
- <f:selectItem itemValue="item_2" />
- </rich:comboBox>
+ <f:facet name="header"><h:outputText value="Text"></h:outputText> </f:facet>
+ <h:outputText value="#{sdt.str0}"></h:outputText>
+ <f:facet name="footer"><h:outputText value="Text"></h:outputText> </f:facet>
</rich:column>
<rich:column sortExpression="#{sdt.str0}" sortable="false">
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7477 - trunk/ui/scrollableDataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-03-31 11:13:14 -0400 (Mon, 31 Mar 2008)
New Revision: 7477
Modified:
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-03-…
[View More]31 15:13:02 UTC (rev 7476)
+++ trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-03-31 15:13:14 UTC (rev 7477)
@@ -165,6 +165,13 @@
</description>
</property>
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+
<property el="false">
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7476 - trunk/ui/orderingList/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-03-31 11:13:02 -0400 (Mon, 31 Mar 2008)
New Revision: 7476
Modified:
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-03-31 15:12:48 UTC (rev 7475)
+++ trunk/ui/…
[View More]orderingList/src/main/config/component/orderinglist.xml 2008-03-31 15:13:02 UTC (rev 7476)
@@ -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>
@@ -283,7 +283,20 @@
<classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific data row</description>
</property>
- <property el="false">
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+
+ <property el="false">
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
<description>The attribute provides access to a row key in a Request scope</description>
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7475 - trunk/ui/listShuttle/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-03-31 11:12:48 -0400 (Mon, 31 Mar 2008)
New Revision: 7475
Modified:
trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-03-31 15:12:38 UTC (rev 7474)
+++ trunk/ui/listShuttle/src/…
[View More]main/config/component/listShuttle.xml 2008-03-31 15:12:48 UTC (rev 7475)
@@ -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>
@@ -258,8 +258,18 @@
<name>rowKey</name>
<classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific data row</description>
- </property>
- <property el="false">
+
+
+ </property>
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+
+
+ <property el="false">
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
<description>The attribute provides access to a row key in a Request scope</description>
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7474 - trunk/ui/dataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-03-31 11:12:38 -0400 (Mon, 31 Mar 2008)
New Revision: 7474
Modified:
trunk/ui/dataTable/src/main/config/component/dataGrid.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-03-31 15:12:24 UTC (rev 7473)
+++ trunk/ui/dataTable/src/main/config/…
[View More]component/dataGrid.xml 2008-03-31 15:12:38 UTC (rev 7474)
@@ -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>
@@ -81,7 +81,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>
@@ -93,14 +93,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>
<!--
@@ -119,10 +119,17 @@
The attribute provides access to a component state on the client side
</description>
</property>
+
<property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+ <property>
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
- <description>The attribute provides access to a row key in a Request scope</description>
+ <description>java.lang.String</description>
</property>
<property>
<name>rowKey</name>
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7473 - trunk/ui/dataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-03-31 11:12:24 -0400 (Mon, 31 Mar 2008)
New Revision: 7473
Modified:
trunk/ui/dataTable/src/main/config/component/dataList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-03-31 15:12:11 UTC (rev 7472)
+++ trunk/ui/dataTable/src/main/config/…
[View More]component/dataList.xml 2008-03-31 15:12:24 UTC (rev 7473)
@@ -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>
@@ -48,7 +48,15 @@
<classname>java.util.Set</classname>
<description>This attribute defines row keys that are updated after an AJAX request</description>
</property>
+
+
<property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+
+ <property>
<name>rowKey</name>
<classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific data row</description>
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7472 - trunk/ui/dataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-03-31 11:12:11 -0400 (Mon, 31 Mar 2008)
New Revision: 7472
Modified:
trunk/ui/dataTable/src/main/config/component/subTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-2880
rowKeyConverter
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-31 14:42:14 UTC (rev 7471)
+++ trunk/ui/dataTable/src/main/config/…
[View More]component/subTable.xml 2008-03-31 15:12:11 UTC (rev 7472)
@@ -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>
@@ -80,7 +80,13 @@
RowKey is a representation of an identifier for a specific data row
</description>
</property>
+
<property>
+ <name>rowKeyConverter</name>
+ <classname>java.lang.String</classname>
+ <description>Converter for a row key object</description>
+ </property>
+ <property>
<name>value</name>
<classname>java.lang.Object</classname>
<description>
@@ -139,16 +145,16 @@
<classname>java.lang.String</classname>
<description>HTML: a script expression; a pointer is moved within of row
</description>
- </property>
- <property hidden="true" existintag="false" exist="false" >
- <name>sortFields</name>
- </property>
- <property hidden="true" existintag="false" exist="false" >
- <name>filterFields</name>
- </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>sortFields</name>
+ </property>
+ <property hidden="true" existintag="false" exist="false" >
+ <name>filterFields</name>
+ </property>
+ <property hidden="true" existintag="false" exist="false" >
+ <name>summary</name>
+ <classname>java.lang.Object</classname>
+ </property>
</component>
</components>
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7471 - trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-03-31 10:42:14 -0400 (Mon, 31 Mar 2008)
New Revision: 7471
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
the latest changes
Modified: trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
--- trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js …
[View More]2008-03-31 14:39:35 UTC (rev 7470)
+++ trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-31 14:42:14 UTC (rev 7471)
@@ -75,8 +75,13 @@
},
tmpValueBlurHandler : function($super, event) {
+ if (this.clickOnScroll) {
+ //click on scroll under IE
+ this.clickOnScroll = false;
+ this.tempValueKeeper.focus();
+ return;
+ }
$super(event);
-
if (!this.byTab) {
if (!this.comboList.isList || this.clickOnBar) {
if (this.comboList.activeItem) {
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7470 - in trunk/ui: datascroller/src/main/config/component and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
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:
…
[View More]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;
[View Less]
16 years, 9 months
JBoss Rich Faces SVN: r7469 - trunk/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-03-31 10:39:32 -0400 (Mon, 31 Mar 2008)
New Revision: 7469
Modified:
trunk/ui/tree/src/main/config/component/tree.xml
trunk/ui/tree/src/main/config/component/treeNode.xml
Log:
RF-2880 - added descriptions for attributes
Modified: trunk/ui/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/tree.xml 2008-03-31 14:34:50 UTC (rev 7468)
+++ trunk/ui/tree/src/main/…
[View More]config/component/tree.xml 2008-03-31 14:39:32 UTC (rev 7469)
@@ -256,11 +256,55 @@
null, a particular treeNode saves the current state
</description>
<methodargs>org.richfaces.component.UITree</methodargs>
- </property>
-
- <property hidden="true">
- <name>rowKeyConverter</name>
</property>
+
+ <property>
+ <name>cursorTypeMapping</name>
+ <classname>java.lang.Object</classname>
+ <description>
+ Mapping between drop types and acceptable cursors
+ </description>
+ </property>
+
+ <property>
+ <name>grabCursors</name>
+ <classname>java.lang.String</classname>
+ <description>
+ List of comma separated cursors that indicates when you can grab and drag an object
+ </description>
+ <defaultvalue>""</defaultvalue>
+ </property>
+
+ <property>
+ <name>grabbingCursors</name>
+ <classname>java.lang.String</classname>
+ <description>
+ List of comma separated cursors that indicates when you has grabbed something
+ </description>
+ <defaultvalue>""</defaultvalue>
+ </property>
+
+ <property>
+ <name>acceptCursors</name>
+ <classname>java.lang.String</classname>
+ <description>
+ List of comma separated cursors that indicates when acceptable draggable over dropzone
+ </description>
+ <defaultvalue>""</defaultvalue>
+ </property>
+
+ <property>
+ <name>rejectCursors</name>
+ <classname>java.lang.String</classname>
+ <description>
+ List of comma separated cursors that indicates when rejectable draggable over dropzone
+ </description>
+ <defaultvalue>""</defaultvalue>
+ </property>
+
+ <property hidden="true">
+ <name>rowKeyConverter</name>
+ </property>
</component>
&listeners;
Modified: trunk/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/treeNode.xml 2008-03-31 14:34:50 UTC (rev 7468)
+++ trunk/ui/tree/src/main/config/component/treeNode.xml 2008-03-31 14:39:32 UTC (rev 7469)
@@ -104,7 +104,7 @@
<name>grabCursors</name>
<classname>java.lang.String</classname>
<description>
- list of comma separated cursors that indicates when you can grab and drag an object
+ List of comma separated cursors that indicates when you can grab and drag an object
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -113,7 +113,7 @@
<name>grabbingCursors</name>
<classname>java.lang.String</classname>
<description>
- list of comma separated cursors that indicates when you has grabbed something
+ List of comma separated cursors that indicates when you has grabbed something
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -122,7 +122,7 @@
<name>acceptCursors</name>
<classname>java.lang.String</classname>
<description>
- list of comma separated cursors that indicates when acceptable draggable over dropzone
+ List of comma separated cursors that indicates when acceptable draggable over dropzone
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -131,12 +131,20 @@
<name>rejectCursors</name>
<classname>java.lang.String</classname>
<description>
- list of comma separated cursors that indicates when rejectable draggable over dropzone
+ List of comma separated cursors that indicates when rejectable draggable over dropzone
</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
+ <name>cursorTypeMapping</name>
+ <classname>java.lang.Object</classname>
+ <description>
+ Mapping between drop types and acceptable cursors
+ </description>
+ </property>
+
+ <property>
<name>nodeClass</name>
<classname>java.lang.String</classname>
<description>Name of node CSS class</description>
@@ -187,25 +195,25 @@
Data to be processed after a drop event
</description>
<defaultvalue>getUITree().getDropValue()</defaultvalue>
- </property>
-
- <property>
- <name>timeout</name>
- <classname>int</classname>
- <description>timeout in ms.</description>
- <defaultvalue>getDefaultTimeout()</defaultvalue>
- </property>
- <property>
- <name>reRender</name>
- <classname>java.lang.Object</classname>
- <description>
- Id['s] (in format of call UIComponent.findComponent()) of components,
- rendered in case of AjaxRequest caused by this component.
- Can be single id, comma-separated list of Id's, or EL Expression with array or Collection
- </description>
- <defaultvalue>getDefaultReRender()</defaultvalue>
</property>
+ <property>
+ <name>timeout</name>
+ <classname>int</classname>
+ <description>timeout in ms.</description>
+ <defaultvalue>getDefaultTimeout()</defaultvalue>
+ </property>
+ <property>
+ <name>reRender</name>
+ <classname>java.lang.Object</classname>
+ <description>
+ Id['s] (in format of call UIComponent.findComponent()) of components,
+ rendered in case of AjaxRequest caused by this component.
+ Can be single id, comma-separated list of Id's, or EL Expression with array or Collection
+ </description>
+ <defaultvalue>getDefaultReRender()</defaultvalue>
+ </property>
+
&html_events;
<listener>
<name>dropListener</name>
[View Less]
16 years, 9 months