JBoss Rich Faces SVN: r7558 - in branches/3.1.x/ui: dataFilterSlider/src/main/config/component and 10 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-04-01 12:47:09 -0400 (Tue, 01 Apr 2008)
New Revision: 7558
Modified:
branches/3.1.x/ui/core/src/main/config/component/commandButton.xml
branches/3.1.x/ui/core/src/main/config/component/commandLink.xml
branches/3.1.x/ui/core/src/main/config/component/form.xml
branches/3.1.x/ui/core/src/main/config/component/function.xml
branches/3.1.x/ui/core/src/main/config/component/mediaOutput.xml
branches/3.1.x/ui/core/src/main/config/component/poll.xml
branches/3.1.x/ui/core/src/main/config/component/push.xml
branches/3.1.x/ui/core/src/main/config/component/repeat.xml
branches/3.1.x/ui/core/src/main/config/component/support.xml
branches/3.1.x/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
branches/3.1.x/ui/dataTable/src/main/config/component/dataGrid.xml
branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml
branches/3.1.x/ui/datascroller/src/main/config/component/datascroller.xml
branches/3.1.x/ui/drag-drop/src/main/config/component/dragSupport.xml
branches/3.1.x/ui/drag-drop/src/main/config/component/dropSupport.xml
branches/3.1.x/ui/menu-components/src/main/config/component/menucomponents.xml
branches/3.1.x/ui/panelbar/src/main/config/component/panelbar.xml
branches/3.1.x/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
branches/3.1.x/ui/suggestionbox/src/main/config/component/suggestionbox.xml
branches/3.1.x/ui/tabPanel/src/main/config/component/tabPanel.xml
branches/3.1.x/ui/togglePanel/src/main/config/component/togglePanel.xml
branches/3.1.x/ui/tree/src/main/config/component/tree.xml
Log:
http://jira.jboss.com/jira/browse/RF-2149
Modified: branches/3.1.x/ui/core/src/main/config/component/commandButton.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/commandButton.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/commandButton.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -108,7 +108,7 @@
</property>
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression.</description>
</property>
</component>
Modified: branches/3.1.x/ui/core/src/main/config/component/commandLink.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/commandLink.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/commandLink.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -89,7 +89,7 @@
</property>
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression.</description>
</property>
</component>
Modified: branches/3.1.x/ui/core/src/main/config/component/form.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/form.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/form.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -110,7 +110,7 @@
&html_events;
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression.</description>
</property>
<property>
@@ -118,11 +118,5 @@
<classname>boolean</classname>
<description>When set for a form control, this boolean attribute disables the control for user input.</description>
</property>
- <property>
- <name>actionExpression</name>
- <classname>java.lang.String</classname>
- <description>The action method binding expression.</description>
- </property>
-
</component>
-</components>
\ No newline at end of file
+</components>
Modified: branches/3.1.x/ui/core/src/main/config/component/function.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/function.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/function.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -62,7 +62,7 @@
</property>
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression.</description>
</property>
</component>
Modified: branches/3.1.x/ui/core/src/main/config/component/mediaOutput.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/mediaOutput.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/mediaOutput.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -119,7 +119,8 @@
</description>
</property>
<property>
- <name>value</name>
+ <name>value</name>
+ <classname>java.lang.Object</classname>
<description>
<![CDATA[
Data value calculated at render time and stored in URI (also as part of cache Key ),
Modified: branches/3.1.x/ui/core/src/main/config/component/poll.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/poll.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/poll.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -52,7 +52,7 @@
&ajax_component_attributes;
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression.</description>
</property>
<property>
Modified: branches/3.1.x/ui/core/src/main/config/component/push.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/push.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/push.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -62,7 +62,7 @@
</property>
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression.</description>
</property>
<!--
Modified: branches/3.1.x/ui/core/src/main/config/component/repeat.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/repeat.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/repeat.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -46,7 +46,7 @@
&ui_component_attributes;
<property>
<name>componentState</name>
- <classname>java.lang.String</classname>
+ <classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or redefinition.</description>
</property>
<property el="false">
@@ -56,12 +56,12 @@
</property>
<property>
<name>value</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>The current value for this component.</description>
</property>
<property>
<name>ajaxKeys</name>
- <classname>java.lang.String</classname>
+ <classname>java.util.Set</classname>
<description>This attribute defines strings that are updated after an AJAX request.</description>
</property>
<property el="false">
@@ -71,7 +71,7 @@
</property>
<property hidden="true">
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific data row.</description>
</property>
Modified: branches/3.1.x/ui/core/src/main/config/component/support.xml
===================================================================
--- branches/3.1.x/ui/core/src/main/config/component/support.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/core/src/main/config/component/support.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -77,7 +77,7 @@
&ajax_component_attributes;
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression.</description>
</property>
<property>
Modified: branches/3.1.x/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- branches/3.1.x/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -182,7 +182,7 @@
</property>
<property hidden="true">
<name>active</name>
- <classname>java.lang.String</classname>
+ <classname>boolean</classname>
</property>
</component>
&listeners;
Modified: branches/3.1.x/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- branches/3.1.x/ui/dataTable/src/main/config/component/dataGrid.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/dataTable/src/main/config/component/dataGrid.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -117,14 +117,14 @@
</property>
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</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>
+ <classname>java.lang.Object</classname>
<description>
The current value for this component
</description>
Modified: branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -39,18 +39,18 @@
</property>
<property>
<name>ajaxKeys</name>
- <classname>java.lang.String</classname>
+ <classname>java.util.Set</classname>
<description>This attribute defines rows that are updated after an AJAX request</description>
</property>
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</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>
+ <classname>java.lang.Object</classname>
<description>The current value for this component</description>
</property>
<property>
@@ -67,7 +67,7 @@
</property>
<property>
<name>componentState</name>
- <classname>java.lang.String</classname>
+ <classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or redefinition</description>
</property>
<!--
@@ -116,37 +116,12 @@
</description>
</property>
<property>
- <name>ajaxKeys</name>
- <classname>java.lang.String</classname>
- <description>This attribute defines rows that are updated after an AJAX request</description>
- </property>
- <property>
- <name>rowKey</name>
- <classname>java.lang.String</classname>
- <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>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>
@@ -200,36 +175,9 @@
</property>
-->
<property>
- <name>ajaxKeys</name>
- <classname>java.lang.String</classname>
- <description>This attribute defines rows that are updated after an AJAX request</description>
- </property>
- <property>
- <name>rowKey</name>
- <classname>java.lang.String</classname>
- <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>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: branches/3.1.x/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- branches/3.1.x/ui/datascroller/src/main/config/component/datascroller.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/datascroller/src/main/config/component/datascroller.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -257,14 +257,14 @@
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression</description>
</property>
<property hidden="true">
<name>firstRow</name>
- <classname>java.lang.String</classname>
+ <classname>int</classname>
</property>
<property hidden="true">
Modified: branches/3.1.x/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- branches/3.1.x/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -64,7 +64,7 @@
</property>
<property hidden="true" >
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression</description>
</property>
Modified: branches/3.1.x/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- branches/3.1.x/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -67,7 +67,7 @@
<property hidden="true" >
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression</description>
</property>
</component>
Modified: branches/3.1.x/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- branches/3.1.x/ui/menu-components/src/main/config/component/menucomponents.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/menu-components/src/main/config/component/menucomponents.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -191,7 +191,7 @@
</property>
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression</description>
</property>
<property>
Modified: branches/3.1.x/ui/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- branches/3.1.x/ui/panelbar/src/main/config/component/panelbar.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/panelbar/src/main/config/component/panelbar.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -130,7 +130,7 @@
<property hidden="true">
<name>valid</name>
- <classname>java.lang.String</classname>
+ <classname>boolean</classname>
</property>
<property>
<name>label</name>
Modified: branches/3.1.x/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- branches/3.1.x/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -51,7 +51,7 @@
</property>
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression</description>
</property>
<property>
Modified: branches/3.1.x/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- branches/3.1.x/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -314,7 +314,7 @@
</property>
<property hidden="true">
<name>rows</name>
- <classname>java.lang.String</classname>
+ <classname>int</classname>
<description>rows</description>
</property>
<property>
Modified: branches/3.1.x/ui/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- branches/3.1.x/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -182,7 +182,7 @@
</property>
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression</description>
</property>
<property>
Modified: branches/3.1.x/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- branches/3.1.x/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -97,7 +97,7 @@
<property hidden="true">
<name>valid</name>
- <classname>java.lang.String</classname>
+ <classname>boolean</classname>
</property>
<property>
<name>label</name>
@@ -202,7 +202,7 @@
<property>
<name>actionExpression</name>
- <classname>java.lang.String</classname>
+ <classname>javax.el.MethodExpression</classname>
<description>The action method binding expression</description>
</property>
Modified: branches/3.1.x/ui/tree/src/main/config/component/tree.xml
===================================================================
--- branches/3.1.x/ui/tree/src/main/config/component/tree.xml 2008-04-01 16:45:23 UTC (rev 7557)
+++ branches/3.1.x/ui/tree/src/main/config/component/tree.xml 2008-04-01 16:47:09 UTC (rev 7558)
@@ -69,7 +69,7 @@
</property>
<property>
<name>componentState</name>
- <classname>java.lang.String</classname>
+ <classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or redefinition</description>
</property>
<property>
17 years, 5 months
JBoss Rich Faces SVN: r7557 - trunk.
by richfaces-svn-commits@lists.jboss.org
Author: maksimkaszynski
Date: 2008-04-01 12:45:23 -0400 (Tue, 01 Apr 2008)
New Revision: 7557
Modified:
trunk/pom.xml
Log:
added PMD/checkstyle
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-04-01 16:43:30 UTC (rev 7556)
+++ trunk/pom.xml 2008-04-01 16:45:23 UTC (rev 7557)
@@ -70,10 +70,10 @@
<module>cdk</module>
<module>framework</module>
<module>ui</module>
- <!--module>extensions</module>
+ <module>extensions</module>
<module>docs</module>
<module>ui/assembly</module>
- <module>samples</module-->
+ <module>samples</module>
<!--
<module>sandbox</module>
-->
17 years, 5 months
JBoss Rich Faces SVN: r7556 - trunk.
by richfaces-svn-commits@lists.jboss.org
Author: maksimkaszynski
Date: 2008-04-01 12:43:30 -0400 (Tue, 01 Apr 2008)
New Revision: 7556
Modified:
trunk/pom.xml
Log:
added PMD/checkstyle
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-04-01 16:23:21 UTC (rev 7555)
+++ trunk/pom.xml 2008-04-01 16:43:30 UTC (rev 7556)
@@ -70,10 +70,10 @@
<module>cdk</module>
<module>framework</module>
<module>ui</module>
- <module>extensions</module>
+ <!--module>extensions</module>
<module>docs</module>
<module>ui/assembly</module>
- <module>samples</module>
+ <module>samples</module-->
<!--
<module>sandbox</module>
-->
@@ -93,6 +93,10 @@
</repositories>
<pluginRepositories>
+ <pluginRepository>
+ <id>Codehaus Snapshots</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ </pluginRepository>
<pluginRepository>
<id>atlassian-m2-repository</id>
<name>Atlassian Maven 2.x Repository</name>
@@ -113,6 +117,9 @@
<uniqueVersion>true</uniqueVersion>
<url>${snapshotRepository}</url>
</snapshotRepository>
+ <!--site>
+ <url>file:target/site2</url>
+ </site-->
</distributionManagement>
<issueManagement>
<system>JIRA</system>
@@ -237,13 +244,14 @@
<jdk>1.5</jdk>
</configuration>
<executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>instrument</goal>
- <goal>aggregate</goal>
- </goals>
- </execution>
+ <execution>
+ <id>site</id>
+ <phase>pre-site</phase>
+ <goals>
+ <goal>instrument</goal>
+ <goal>aggregate</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>
@@ -254,12 +262,14 @@
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
- <!--
- <configuration>
+ <configuration>
<licenseLocation>${clover.license.path}</licenseLocation>
<jdk>1.5</jdk>
+ <configuration>
+ <generateHtml>true</generateHtml>
+ <generateXml>true</generateXml>
</configuration>
- -->
+ </configuration>
</plugin>
</plugins>
</reporting>
@@ -283,8 +293,18 @@
<rulesets>
<ruleset>src/main/reports/PMDExadelRuleSet.xml</ruleset>
</rulesets>
+ <targetJdk>1.5</targetJdk>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>dashboard-maven-plugin</artifactId>
+ </plugin>
</plugins>
</reporting>
</project>
\ No newline at end of file
17 years, 5 months
JBoss Rich Faces SVN: r7555 - trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config.
by richfaces-svn-commits@lists.jboss.org
Author: maksimkaszynski
Date: 2008-04-01 12:23:21 -0400 (Tue, 01 Apr 2008)
New Revision: 7555
Modified:
trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config/ComponentBaseBean.java
Log:
Modified: trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config/ComponentBaseBean.java
===================================================================
--- trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config/ComponentBaseBean.java 2008-04-01 16:15:42 UTC (rev 7554)
+++ trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config/ComponentBaseBean.java 2008-04-01 16:23:21 UTC (rev 7555)
@@ -239,7 +239,7 @@
if(!property.getClassname().equals(descriptor.getPropertyType().getCanonicalName())){
String message = "Class "+property.getClassname()+" for property "+property.getName()+" not equals with real bean property type: "+descriptor.getPropertyType().getCanonicalName();
getLog().error(message);
- throw new IllegalArgumentException(message);
+ //throw new IllegalArgumentException(message);
}
}
if (property.getDescription() == null) {
17 years, 5 months
JBoss Rich Faces SVN: r7554 - in trunk/cdk/generator/src/main: resources/META-INF/schema/entities and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: maksimkaszynski
Date: 2008-04-01 12:15:42 -0400 (Tue, 01 Apr 2008)
New Revision: 7554
Modified:
trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config/ComponentBaseBean.java
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_component_attributes.ent
Log:
http://jira.jboss.com/jira/browse/RF-2918
Modified: trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config/ComponentBaseBean.java
===================================================================
--- trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config/ComponentBaseBean.java 2008-04-01 15:40:23 UTC (rev 7553)
+++ trunk/cdk/generator/src/main/java/org/ajax4jsf/builder/config/ComponentBaseBean.java 2008-04-01 16:15:42 UTC (rev 7554)
@@ -14,6 +14,7 @@
import javax.naming.ConfigurationException;
import org.apache.commons.beanutils.PropertyUtils;
+import org.apache.tools.ant.BuildException;
public class ComponentBaseBean extends JsfBean {
@@ -42,6 +43,8 @@
"javax.el.ValueExpression",
"javax.faces.convert.Converter"
};
+
+
/**
* JSP ( facelets ? ) tag description for component
*/
@@ -198,6 +201,9 @@
}
}
+
+
+
/**
* @param superClass
*/
@@ -231,7 +237,9 @@
property.setClassname(descriptor.getPropertyType().getCanonicalName());
} else {
if(!property.getClassname().equals(descriptor.getPropertyType().getCanonicalName())){
- getLog().error("Class "+property.getClassname()+" for property "+property.getName()+" not equals with real bean property type: "+descriptor.getPropertyType().getCanonicalName());
+ String message = "Class "+property.getClassname()+" for property "+property.getName()+" not equals with real bean property type: "+descriptor.getPropertyType().getCanonicalName();
+ getLog().error(message);
+ throw new IllegalArgumentException(message);
}
}
if (property.getDescription() == null) {
@@ -259,7 +267,8 @@
if (isAttachedProperty(property)) {
property.setAttachedstate(true);
}
- if (property.isInstanceof("javax.faces.el.MethodBinding") || property.isInstanceof("javax.faces.el.ValueBinding")) {
+ if (property.isInstanceof("javax.faces.el.MethodBinding") ||
+ property.isInstanceof("javax.faces.el.ValueBinding")) {
property.setElonly(true);
}
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_component_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_component_attributes.ent 2008-04-01 15:40:23 UTC (rev 7553)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_component_attributes.ent 2008-04-01 16:15:42 UTC (rev 7554)
@@ -16,7 +16,7 @@
</property>
<property existintag="true" exist="true" el="true" elonly="true">
<name>binding</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.component.UIComponent</classname>
<description>The attribute takes a value-binding expression for a component property of
a backing bean</description>
</property>
17 years, 5 months
JBoss Rich Faces SVN: r7553 - trunk/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-01 11:40:23 -0400 (Tue, 01 Apr 2008)
New Revision: 7553
Added:
trunk/docs/userguide/en/src/main/resources/images/toolBar4.png
Log:
http://jira.jboss.com/jira/browse/RF-2905
fix
Added: trunk/docs/userguide/en/src/main/resources/images/toolBar4.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/toolBar4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 5 months
JBoss Rich Faces SVN: r7552 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: artdaw
Date: 2008-04-01 11:16:18 -0400 (Tue, 01 Apr 2008)
New Revision: 7552
Modified:
trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
Log:
http://jira.jboss.com/jira/browse/RF-2840 - info about nested toolTip added into guide.
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2008-04-01 15:11:53 UTC (rev 7551)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2008-04-01 15:16:18 UTC (rev 7552)
@@ -120,6 +120,14 @@
</imageobject>
</mediaobject>
</figure>
+ <note>
+ <title>Note:</title>
+ <para>
+ If you define the <emphasis role="bold"><property><rich:toolTip></property></emphasis> attached as the child to some componetns
+ and except <emphasis role="bold"><property><rich:toolTip></property></emphasis> there are some other components inside
+ it is recommended to define <emphasis role="bold"><property><rich:toolTip></property></emphasis> in code as last component.
+ </para>
+ </note>
<para>
By default, <property>toolTip</property> appears smart positioned. But as you can see from the previous example, you
can define an appearance direction via the corresponding attribute <emphasis><property>"direction"</property></emphasis>. And also it's possible to define vertical and horizontal
17 years, 5 months
JBoss Rich Faces SVN: r7551 - trunk/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-01 11:11:53 -0400 (Tue, 01 Apr 2008)
New Revision: 7551
Added:
trunk/docs/userguide/en/src/main/resources/images/toolTip1.png
trunk/docs/userguide/en/src/main/resources/images/toolTip2.png
trunk/docs/userguide/en/src/main/resources/images/toolTip3.png
Log:
http://jira.jboss.com/jira/browse/RF-2905
fix
Added: trunk/docs/userguide/en/src/main/resources/images/toolTip1.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/toolTip1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/src/main/resources/images/toolTip2.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/toolTip2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/src/main/resources/images/toolTip3.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/toolTip3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 5 months
JBoss Rich Faces SVN: r7549 - trunk/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-01 10:45:08 -0400 (Tue, 01 Apr 2008)
New Revision: 7549
Removed:
trunk/docs/userguide/en/src/main/resources/images/toolTip1.png
trunk/docs/userguide/en/src/main/resources/images/toolTip2.png
trunk/docs/userguide/en/src/main/resources/images/toolTip3.png
Log:
http://jira.jboss.com/jira/browse/RF-2905
fix
Deleted: trunk/docs/userguide/en/src/main/resources/images/toolTip1.png
===================================================================
--- trunk/docs/userguide/en/src/main/resources/images/toolTip1.png 2008-04-01 14:42:00 UTC (rev 7548)
+++ trunk/docs/userguide/en/src/main/resources/images/toolTip1.png 2008-04-01 14:45:08 UTC (rev 7549)
@@ -1,9 +0,0 @@
-�PNG
-
-
-IHDR
-tEXtCopyright
-��LM��:h�
ܹM�tʝ��o��)`�8���&�|���x$A�G
-@����|@!P���|@!P���|@!P�Z7 ��[�&[���\I>�}��Ӻ f^��[�3�@!P���|@!P���|@!g�,��G���s���m�����3��vEQ�,��J����?���Z�=m�9[g��z|p{NG>z��ᎏ�F룭Ѧ�:[��@�
-"�`���뚈h��ǚ��x�Oـ��˲�n�S����~b�Z���[u�t."UU
-����G\D�[��|���㖻�}�h�*e�ADZ�Ʌ
\ No newline at end of file
Deleted: trunk/docs/userguide/en/src/main/resources/images/toolTip2.png
===================================================================
--- trunk/docs/userguide/en/src/main/resources/images/toolTip2.png 2008-04-01 14:42:00 UTC (rev 7548)
+++ trunk/docs/userguide/en/src/main/resources/images/toolTip2.png 2008-04-01 14:45:08 UTC (rev 7549)
@@ -1,13 +0,0 @@
-�PNG
-
-
-IHDR
-1d���
-tEXtCopyright
-�)�\yl�~���a�
-��sf��i��ցfC��ᩏ�u�gN�vT���9�K�Sk���gW'
-
-��BP4?�}h'�+��3V�Ф�G�>�l�����B,&�"ð"����E��8..�+QI
-���5��-' op���M�3���`6�{�Rx���BN���dt�|�\<6��+$a�%>�,�����g���g
-���j�ժ�ê��d�2��_��-і�|��^�����6n=�%^{�*�[����ʱ?��U�6P%w�e
-d0 ^��d�p�
\ No newline at end of file
Deleted: trunk/docs/userguide/en/src/main/resources/images/toolTip3.png
===================================================================
--- trunk/docs/userguide/en/src/main/resources/images/toolTip3.png 2008-04-01 14:42:00 UTC (rev 7548)
+++ trunk/docs/userguide/en/src/main/resources/images/toolTip3.png 2008-04-01 14:45:08 UTC (rev 7549)
@@ -1,15 +0,0 @@
-�PNG
-
-
-IHDR
-*']�
-tEXtCopyright
-����k��;c�'�)��l�n �vX�U� ��=pG��(�E�(*o3hSe�::%��n�k�rAC��*�º��DeDQVG�NQ�����0u���
-B.�����\�p��o��cȩ�צe����0���g���!�q��¦z��i�ȹ�=,��3�q7��1�-��S�ɇ #�%�%�#bUp��A{�(�;�(e]��F><wq�{��/��G�~����?#�EQ�B�lS%��um�
-H�e�ׁ�c��]
->8��=L�D��=6���
-��H
-u馬Rc�B�����f��'s�|�REvH�:�OV}Wmc�m�2Ɛy��܄�=h�����������t�^���?�D�����4��f�cn����7
-l[��!��`��?�3[<ufj�!"D#f��|�ǖ�\f�D��QHPC��F�F�C
-X���Ҁ@CQ�'%�#��sM!Rr欑'/�P��\ &h(���S�P
-Ȩh�LX ��EY��6��,ʃP�Z��"ߎ�
\ No newline at end of file
17 years, 5 months
JBoss Rich Faces SVN: r7548 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2008-04-01 10:42:00 -0400 (Tue, 01 Apr 2008)
New Revision: 7548
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-2905
fix
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-04-01 14:41:50 UTC (rev 7547)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-04-01 14:42:00 UTC (rev 7548)
@@ -593,7 +593,7 @@
<title>Redefinition styles with predefined classes</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/scrollableDataTableClass.png"/>
+ <imagedata fileref="images/scrollableDataTable_pc.png"/>
</imageobject>
</mediaobject>
</figure>
17 years, 5 months