Author: vkukharchuk
Date: 2007-05-05 13:41:20 -0400 (Sat, 05 May 2007)
New Revision: 668
Modified:
trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml
trunk/richfaces/dataTable/src/main/config/component/dataList.xml
trunk/richfaces/dataTable/src/main/config/component/dataTable.xml
trunk/richfaces/dataTable/src/main/config/component/subTable.xml
trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
trunk/richfaces/panelbar/src/main/config/component/panelbar.xml
trunk/richfaces/pom.xml
trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
trunk/richfaces/tree/src/main/config/component/tree.xml
Log:
Modified: trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml 2007-05-05 16:01:47
UTC (rev 667)
+++ trunk/richfaces/dataTable/src/main/config/component/dataGrid.xml 2007-05-05 17:41:20
UTC (rev 668)
@@ -110,6 +110,18 @@
</description>
</property>
<property>
+ <name>stateVar</name>
+ <classname>java.lang.String</classname>
+ <description>
+ The attribute provides access to a component state on the client side.
+ </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>
+ </property>
+ <property>
<name>rowKey</name>
<classname>java.lang.String</classname>
<description>
@@ -167,5 +179,10 @@
<description>HTML: a script expression; a pointer is moved within of row.
</description>
</property>
+ <property>
+ <name>componentState</name>
+ <classname>java.lang.String</classname>
+ <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ </property>
</component>
</components>
Modified: trunk/richfaces/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataList.xml 2007-05-05 16:01:47
UTC (rev 667)
+++ trunk/richfaces/dataTable/src/main/config/component/dataList.xml 2007-05-05 17:41:20
UTC (rev 668)
@@ -47,6 +47,7 @@
<classname>java.lang.String</classname>
<description>RowKey is a representation of an identifier for a specific data
row.</description>
</property>
+
<property>
<name>value</name>
<classname>java.lang.String</classname>
@@ -57,6 +58,23 @@
<classname>java.lang.String</classname>
<description>Attribute defines EL-variable for reference to visual
state.</description>
</property>
+ <property>
+ <name>stateVar</name>
+ <classname>java.lang.String</classname>
+ <description>
+ The attribute provides access to a component state on the client side.
+ </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>
+ </property>
+ <property>
+ <name>componentState</name>
+ <classname>java.lang.String</classname>
+ <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ </property>
<!--
<property>
<name>param</name>
@@ -113,6 +131,11 @@
<description>RowKey is a representation of an identifier for a specific data
row.</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>
+ </property>
+ <property>
<name>value</name>
<classname>java.lang.String</classname>
<description>The current value for this component.</description>
@@ -122,6 +145,18 @@
<classname>java.lang.String</classname>
<description>Attribute defines EL-variable for reference to visual
state.</description>
</property>
+ <property>
+ <name>stateVar</name>
+ <classname>java.lang.String</classname>
+ <description>
+ The attribute provides access to a component state on the client side.
+ </description>
+ </property>
+ <property>
+ <name>componentState</name>
+ <classname>java.lang.String</classname>
+ <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ </property>
<!--
<property>
<name>param</name>
@@ -185,14 +220,31 @@
<description>RowKey is a representation of an identifier for a specific data
row.</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>
+ </property>
+ <property>
<name>value</name>
<classname>java.lang.String</classname>
<description>The current value for this component.</description>
</property>
<property>
+ <name>stateVar</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute provides access to a component state on the client
side.</description>
+ </property>
+ <property>
<name>varState</name>
<classname>java.lang.String</classname>
<description>Attribute defines EL-variable for reference to visual
state.</description>
</property>
+ <property>
+ <name>componentState</name>
+ <classname>java.lang.String</classname>
+ <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ </property>
+
+
</component>
</components>
Modified: trunk/richfaces/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/dataTable.xml 2007-05-05 16:01:47
UTC (rev 667)
+++ trunk/richfaces/dataTable/src/main/config/component/dataTable.xml 2007-05-05 17:41:20
UTC (rev 668)
@@ -103,7 +103,13 @@
Attribute defines EL-variable for reference to visual state.
</description>
</property>
+
<property>
+ <name>componentState</name>
+ <classname>java.lang.String</classname>
+ <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ </property>
+ <property>
<name>rowKey</name>
<classname>java.lang.String</classname>
<description>
@@ -111,6 +117,18 @@
</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>
+ </property>
+ <property>
+ <name>stateVar</name>
+ <classname>java.lang.String</classname>
+ <description>
+ The attribute provides access to a component state on the client side.
+ </description>
+ </property>
+ <property>
<name>value</name>
<classname>java.lang.String</classname>
<description>
Modified: trunk/richfaces/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/subTable.xml 2007-05-05 16:01:47
UTC (rev 667)
+++ trunk/richfaces/dataTable/src/main/config/component/subTable.xml 2007-05-05 17:41:20
UTC (rev 668)
@@ -50,6 +50,23 @@
</description>
</property>
<property>
+ <name>componentState</name>
+ <classname>java.lang.String</classname>
+ <description>It defines EL-binding for a component state for saving or
redefinition.</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>
+ </property>
+ <property>
+ <name>stateVar</name>
+ <classname>java.lang.String</classname>
+ <description>
+ The attribute provides access to a component state on the client side.
+ </description>
+ </property>
+ <property>
<name>rowKey</name>
<classname>java.lang.String</classname>
<description>
Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-05-05
16:01:47 UTC (rev 667)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-05-05
17:41:20 UTC (rev 668)
@@ -210,7 +210,7 @@
<property>
<name>ajaxSingle</name>
<classname>boolean</classname>
- <description>If ‘true’, submits ONLY one field/link, instead of all form
controls.
+ <description>If "true", submits ONLY one field/link, instead of all
form controls.
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -224,13 +224,17 @@
<property>
<name>align</name>
<classname>java.lang.String</classname>
- <description>
+ <description>
+ left|center|right [CI] Deprecated. This attribute specifies the position of the table
with respect to the document. Permitted values: * left: The table is to the left of the
document. * center: The table is to the center of the document. * right: The table is to
the right of the document.
</description>
</property>
<property>
<name>boundaryControls</name>
<classname>java.lang.String</classname>
<description>
+Possible values are: "show" - default mode. Controls are visible always.
+"hide" - controls are hidden.
+"auto" - unnecessary controls are hidden.
</description>
<defaultvalue><![CDATA["show"]]></defaultvalue>
</property>
@@ -238,16 +242,31 @@
<name>fastControls</name>
<classname>java.lang.String</classname>
<description>
+Possible values are: "show" - default mode. Controls are visible always.
+"hide" - controls are hidden.
+"auto" - unnecessary controls are hidden.
</description>
<defaultvalue><![CDATA["show"]]></defaultvalue>
</property>
+
<property>
<name>stepControls</name>
<classname>java.lang.String</classname>
<description>
+Possible values are: "show" - default mode. Controls are visible always.
+"hide" - controls are hidden.
+"auto" - unnecessary controls are hidden.
</description>
+
<defaultvalue><![CDATA["show"]]></defaultvalue>
</property>
+
+ <property>
+ <name>actionExpression</name>
+ <classname>java.lang.String</classname>
+ <description>The action method binding expression.</description>
+ </property>
+
</component>
&listeners;
</components>
Modified: trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml 2007-05-05
16:01:47 UTC (rev 667)
+++ trunk/richfaces/drag-drop/src/main/config/component/dragSupport.xml 2007-05-05
17:41:20 UTC (rev 668)
@@ -40,7 +40,7 @@
<defaultvalue>"default"</defaultvalue>
</property>
-->
- <property>
+ <property attachedstate="true">
<name>dragListener</name>
<classname>javax.faces.el.MethodBinding</classname>
<description>
Modified:
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
---
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-05-05
16:01:47 UTC (rev 667)
+++
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-05-05
17:41:20 UTC (rev 668)
@@ -197,6 +197,27 @@
<description>A name of CSS class for the tool tip
element.</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</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>
&ui_component_attributes;
&html_input_attributes;
&html_input_events;
Modified:
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
---
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2007-05-05
16:01:47 UTC (rev 667)
+++
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2007-05-05
17:41:20 UTC (rev 668)
@@ -37,6 +37,27 @@
</test>
</tag>
+ <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>
<property>
<name>minValue</name>
<classname>java.lang.String</classname>
Modified: trunk/richfaces/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- trunk/richfaces/panelbar/src/main/config/component/panelbar.xml 2007-05-05 16:01:47
UTC (rev 667)
+++ trunk/richfaces/panelbar/src/main/config/component/panelbar.xml 2007-05-05 17:41:20
UTC (rev 668)
@@ -29,7 +29,27 @@
org.ajax4jsf.framework.taglib.HtmlComponentTagBase
</superclass>
</tag>
-
+ <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>
<property>
<name>width</name>
<classname>java.lang.String</classname>
Modified: trunk/richfaces/pom.xml
===================================================================
--- trunk/richfaces/pom.xml 2007-05-05 16:01:47 UTC (rev 667)
+++ trunk/richfaces/pom.xml 2007-05-05 17:41:20 UTC (rev 668)
@@ -180,7 +180,7 @@
</snapshots>
<id>maven2-snapshots.jboss.org</id>
<name>Jboss Repository for Maven Snapshots</name>
- <
url>http://snapshots.jboss.com/</url>
+ <
url>http://maven.exadel.com/</url>
</repository>
</repositories>
<pluginRepositories>
@@ -193,7 +193,7 @@
</snapshots>
<id>maven2-snapshots.jboss.org</id>
<name>Jboss Repository for Maven Snapshots</name>
- <
url>http://snapshots.jboss.com/</url>
+ <
url>http://maven.exadel.com/</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
Modified:
trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
---
trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2007-05-05
16:01:47 UTC (rev 667)
+++
trunk/richfaces/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2007-05-05
17:41:20 UTC (rev 668)
@@ -43,7 +43,11 @@
</description>
<defaultvalue><![CDATA["100%"]]></defaultvalue>
</property>
-
+ <property>
+ <name>actionExpression</name>
+ <classname>java.lang.String</classname>
+ <description>The action method binding expression.</description>
+ </property>
<property>
<name>height</name>
<classname>java.lang.String</classname>
Modified: trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml 2007-05-05 16:01:47
UTC (rev 667)
+++ trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml 2007-05-05 17:41:20
UTC (rev 668)
@@ -28,7 +28,27 @@
org.ajax4jsf.framework.taglib.HtmlComponentTagBase
</superclass>
</tag>
-
+ <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>
<property>
<name>width</name>
<classname>java.lang.String</classname>
@@ -142,6 +162,11 @@
<name>value</name>
<classname>java.lang.Object</classname>
</property>
+ <property>
+ <name>actionExpression</name>
+ <classname>java.lang.String</classname>
+ <description>The action method binding expression.</description>
+ </property>
<property>
<name>name</name>
<classname>java.lang.Object</classname>
Modified: trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml 2007-05-05
16:01:47 UTC (rev 667)
+++ trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml 2007-05-05
17:41:20 UTC (rev 668)
@@ -69,6 +69,27 @@
attribute
</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>
<!--
<taghandler>
<classname>org.ajax4jsf.tag.TestHandler</classname>
@@ -161,8 +182,12 @@
</description>
</property>
+ <property>
+ <name>actionExpression</name>
+ <classname>java.lang.String</classname>
+ <description>The action method binding expression.</description>
+ </property>
-
<property>
<name>dir</name>
<classname>java.lang.String</classname>
Modified: trunk/richfaces/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/tree.xml 2007-05-05 16:01:47 UTC (rev
667)
+++ trunk/richfaces/tree/src/main/config/component/tree.xml 2007-05-05 17:41:20 UTC (rev
668)
@@ -58,8 +58,24 @@
<classname>org.richfaces.component.preserve.TreeDataLocator</classname>
<description></description>
</property>
-
<property>
+ <name>stateVar</name>
+ <classname>java.lang.String</classname>
+ <description>
+ The attribute provides access to a component state on the client side.
+ </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>
+ </property>
+ <property>
+ <name>componentState</name>
+ <classname>java.lang.String</classname>
+ <description>It defines EL-binding for a component state for saving or
redefinition.</description>
+ </property>
+ <property>
<name>nodeFace</name>
<classname>java.lang.String</classname>
<description>Node face facet name</description>