JBoss Rich Faces SVN: r13904 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-04-29 09:05:12 -0400 (Wed, 29 Apr 2009)
New Revision: 13904
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
Log:
RF-2371: Non-standard default values: adding a note into the chapter.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2009-04-29 12:54:15 UTC (rev 13903)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2009-04-29 13:05:12 UTC (rev 13904)
@@ -90,14 +90,28 @@
</figure>
<para>For indicator customization you need to define one of the following facets:</para>
<itemizedlist>
- <listitem><para><emphasis><property>"single"</property></emphasis></para></listitem>
+ <listitem>
+ <para>
+ <emphasis><property>"single"</property></emphasis> — indicator shown when dragging a single item;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis><property>"multiple"</property></emphasis> — indicator shown when dragging several items.
+ </para>
+ </listitem>
</itemizedlist>
- <para>Indicator shown when dragging a single element.</para>
- <itemizedlist>
- <listitem><para><emphasis><property>"multiple"</property></emphasis></para></listitem>
- </itemizedlist>
- <para>Indicator shown when dragging several components (for future components that will support
- multiple selection).</para>
+
+ <note>
+ <title>
+ Note:
+ </title>
+ <para>
+ The current implementation of the <emphasis role="bold"><property><rich:dragIndicator></property></emphasis> component
+ does not support multiple items selection. The feature is described for future releases.
+ </para>
+ </note>
+
<para>Thus for specify a look-and-feel you have to define one of these facets and include into
it a content that should be shown in indicator.</para>
<section>
15 years, 8 months
JBoss Rich Faces SVN: r13903 - trunk/ui/inputnumber-spinner/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-29 08:54:15 -0400 (Wed, 29 Apr 2009)
New Revision: 13903
Modified:
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
Log:
https://jira.jboss.org/jira/browse/RF-696 - deleting the double full stop in the 'maxWidth' attribute description;
Modified: trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
--- trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2009-04-29 12:40:43 UTC (rev 13902)
+++ trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2009-04-29 12:54:15 UTC (rev 13903)
@@ -44,7 +44,7 @@
<property>
<name>maxValue</name>
<classname>java.lang.String</classname>
- <description>Maximum value. . Default value is "100". </description>
+ <description>Maximum value. Default value is "100". </description>
<defaultvalue><![CDATA["100"]]></defaultvalue>
</property>
<property>
15 years, 8 months
JBoss Rich Faces SVN: r13902 - trunk/ui/drag-drop/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-29 08:40:43 -0400 (Wed, 29 Apr 2009)
New Revision: 13902
Modified:
trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
Log:
https://jira.jboss.org/jira/browse/RF-696 - adding the description for the 'type' attribute;
Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2009-04-29 12:38:57 UTC (rev 13901)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2009-04-29 12:40:43 UTC (rev 13902)
@@ -131,6 +131,7 @@
<property existintag="true" exist="true" el="false">
<name>type</name>
<classname>java.lang.String</classname>
+ <description>The fully qualified Java class name for the listener</description>
</property>
</listener>
</components>
Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2009-04-29 12:38:57 UTC (rev 13901)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2009-04-29 12:40:43 UTC (rev 13902)
@@ -121,6 +121,7 @@
<property existintag="true" exist="true" el="false">
<name>type</name>
<classname>java.lang.String</classname>
+ <description>The fully qualified Java class name for the listener</description>
</property>
</listener>
15 years, 8 months
JBoss Rich Faces SVN: r13901 - trunk/ui/layout/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-29 08:38:57 -0400 (Wed, 29 Apr 2009)
New Revision: 13901
Modified:
trunk/ui/layout/src/main/config/component/layoutPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-696 - adding the description for the 'width' attribute;
Modified: trunk/ui/layout/src/main/config/component/layoutPanel.xml
===================================================================
--- trunk/ui/layout/src/main/config/component/layoutPanel.xml 2009-04-29 12:36:06 UTC (rev 13900)
+++ trunk/ui/layout/src/main/config/component/layoutPanel.xml 2009-04-29 12:38:57 UTC (rev 13901)
@@ -39,7 +39,7 @@
<property>
<name>width</name>
<classname>java.lang.String</classname>
- <description>
+ <description>Sets the width of the layout area
</description>
</property>
15 years, 8 months
JBoss Rich Faces SVN: r13900 - trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain.
by richfaces-svn-commits@lists.jboss.org
Author: amarkhel
Date: 2009-04-29 08:36:06 -0400 (Wed, 29 Apr 2009)
New Revision: 13900
Modified:
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Album.java
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Shelf.java
Log:
Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Album.java
===================================================================
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Album.java 2009-04-29 12:36:01 UTC (rev 13899)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Album.java 2009-04-29 12:36:06 UTC (rev 13900)
@@ -215,7 +215,7 @@
* @return User object, owner of this album
*/
public User getOwner() {
- return getShelf().getOwner();
+ return getShelf() != null ? getShelf().getOwner() : null ;
}
public boolean isOwner(User user) {
Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Shelf.java
===================================================================
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Shelf.java 2009-04-29 12:36:01 UTC (rev 13899)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Shelf.java 2009-04-29 12:36:06 UTC (rev 13900)
@@ -106,7 +106,7 @@
}
public boolean isOwner(User user) {
- return getOwner().equals(user);
+ return getOwner() != null && getOwner().equals(user);
}
public Date getCreated() {
15 years, 8 months
JBoss Rich Faces SVN: r13899 - trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager.
by richfaces-svn-commits@lists.jboss.org
Author: amarkhel
Date: 2009-04-29 08:36:01 -0400 (Wed, 29 Apr 2009)
New Revision: 13899
Modified:
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java
Log:
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java 2009-04-29 11:21:56 UTC (rev 13898)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java 2009-04-29 12:36:01 UTC (rev 13899)
@@ -278,7 +278,7 @@
}
public boolean isUserShelf(Shelf shelf){
- return shelf.isOwner(user);
+ return shelf != null && shelf.isOwner(user);
}
public boolean isUserAlbum(Album album){
@@ -286,15 +286,15 @@
}
private boolean canViewShelf(Shelf shelf) {
- return shelf.isOwner(user);
+ return shelf != null && shelf.isOwner(user);
}
private boolean canViewAlbum(Album album) {
- return album.getShelf().isShared() || album.isOwner(user);
+ return album != null && album.getShelf() != null && album.getShelf().isShared() || album.isOwner(user);
}
private boolean canViewImage(Image image) {
- return image.getAlbum().getShelf().isShared() || image.isOwner(user);
+ return image != null && image.getAlbum() != null && image.getAlbum().getShelf() != null && image.getAlbum().getShelf().isShared() || image.isOwner(user);
}
private void pushEvent(String type, Object... parameters) {
15 years, 8 months
JBoss Rich Faces SVN: r13898 - trunk/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-29 07:21:56 -0400 (Wed, 29 Apr 2009)
New Revision: 13898
Modified:
trunk/ui/tree/src/main/config/component/commonTreeListeners.ent
Log:
https://jira.jboss.org/jira/browse/RF-696 - adding the descriptions for the type attribute of nodeSelectListner and changeExpandListner;
Modified: trunk/ui/tree/src/main/config/component/commonTreeListeners.ent
===================================================================
--- trunk/ui/tree/src/main/config/component/commonTreeListeners.ent 2009-04-29 10:45:25 UTC (rev 13897)
+++ trunk/ui/tree/src/main/config/component/commonTreeListeners.ent 2009-04-29 11:21:56 UTC (rev 13898)
@@ -87,6 +87,7 @@
<property existintag="true" exist="true" el="false">
<name>type</name>
<classname>java.lang.String</classname>
+ <description>The fully qualified Java class name for the listener</description>
</property>
</listener>
<listener>
@@ -120,5 +121,6 @@
<property existintag="true" exist="true" el="false">
<name>type</name>
<classname>java.lang.String</classname>
+ <description>The fully qualified Java class name for the listener</description>
</property>
</listener>
15 years, 8 months
JBoss Rich Faces SVN: r13897 - trunk/test-applications/jsp/src/main/webapp/ListShuttle.
by richfaces-svn-commits@lists.jboss.org
Author: Vadim Mikovoz
Date: 2009-04-29 06:45:25 -0400 (Wed, 29 Apr 2009)
New Revision: 13897
Modified:
trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttle.jsp
trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttleProperty.jsp
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttle.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttle.jsp 2009-04-29 10:43:41 UTC (rev 13896)
+++ trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttle.jsp 2009-04-29 10:45:25 UTC (rev 13897)
@@ -4,7 +4,7 @@
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<f:subview id="listShuttleSubviewID">
- <rich:listShuttle id="listShuttleID" immediate="true" rendered="true" var="item"
+ <rich:listShuttle requiredMessage="Test mesages" id="listShuttleID" immediate="true" rendered="true" var="item"
binding="#{listShuttle.htmlListShuttle}"
sourceValue="#{listShuttle.sourceValue}"
targetValue="#{listShuttle.targetValue}"
@@ -23,6 +23,7 @@
targetSelection="#{listShuttle.targetSelection}"
showButtonLabels="#{listShuttle.showButtonLabels}"
switchByClick="#{listShuttle.switchByClick}"
+ switchByDblClick="#{listShuttle.switchByDblClick}"
targetListWidth="#{listShuttle.targetListWidth}"
sourceListWidth="#{listShuttle.sourceListWidth}"
listsHeight="#{listShuttle.listsHeight}"
Modified: trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttleProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttleProperty.jsp 2009-04-29 10:43:41 UTC (rev 13896)
+++ trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttleProperty.jsp 2009-04-29 10:45:25 UTC (rev 13897)
@@ -118,6 +118,10 @@
<h:selectBooleanCheckbox value="#{listShuttle.switchByClick}"
onchange="submit();" />
+ <h:outputText value="switchByDbClick" />
+ <h:selectBooleanCheckbox value="#{listShuttle.switchByDblClick}"
+ onchange="submit();" />
+
<h:outputText value="sourceRequired" />
<h:selectBooleanCheckbox value="#{listShuttle.sourceRequired}"
onchange="submit();" />
15 years, 8 months
JBoss Rich Faces SVN: r13896 - trunk/test-applications/jsp/src/main/java/listShuttle.
by richfaces-svn-commits@lists.jboss.org
Author: Vadim Mikovoz
Date: 2009-04-29 06:43:41 -0400 (Wed, 29 Apr 2009)
New Revision: 13896
Modified:
trunk/test-applications/jsp/src/main/java/listShuttle/ListShuttle.java
Log:
Modified: trunk/test-applications/jsp/src/main/java/listShuttle/ListShuttle.java
===================================================================
--- trunk/test-applications/jsp/src/main/java/listShuttle/ListShuttle.java 2009-04-29 10:25:24 UTC (rev 13895)
+++ trunk/test-applications/jsp/src/main/java/listShuttle/ListShuttle.java 2009-04-29 10:43:41 UTC (rev 13896)
@@ -21,6 +21,7 @@
private boolean showAllSourceData;
private boolean showAllTargetData;
private boolean switchByClick;
+ private boolean switchByDblClick;
private boolean sourceRequired;
private boolean targetRequired;
private ArrayList<Data> sourceValue;
@@ -68,7 +69,7 @@
this.moveControlsVisible = true;
this.orderControlsVisible = true;
this.showButtonLabels = true;
- this.sourceRequired = false;
+ this.sourceRequired = true;
this.targetRequired = false;
this.bottomControlLabel = "bottomTest";
this.copyAllControlLabel = "copy allTest";
@@ -81,6 +82,7 @@
this.upControlLabel = "upTest";
this.info = new ArrayList<String>();
this.switchByClick = false;
+ this.switchByDblClick = true;
this.targetListWidth = "450";
this.sourceListWidth = "450";
this.listsHeight = "300";
@@ -307,6 +309,14 @@
public void setSwitchByClick(boolean switchByClick) {
this.switchByClick = switchByClick;
}
+
+ public boolean isSwitchByDblClick() {
+ return switchByDblClick;
+ }
+
+ public void setSwitchByDblClick(boolean switchByDblClick) {
+ this.switchByDblClick = switchByDblClick;
+ }
public String getTargetListWidth() {
return targetListWidth;
15 years, 8 months
JBoss Rich Faces SVN: r13895 - Reports/3.3.1 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2009-04-29 06:25:24 -0400 (Wed, 29 Apr 2009)
New Revision: 13895
Added:
trunk/test-applications/qa/Test Reports/3.3.1/RFTestReport3.3.1.CR1.xls
Removed:
trunk/test-applications/qa/Test Reports/3.3.1/RFTestReport3.3.1.BETA6.xls
Log:
Deleted: trunk/test-applications/qa/Test Reports/3.3.1/RFTestReport3.3.1.BETA6.xls
===================================================================
(Binary files differ)
Added: trunk/test-applications/qa/Test Reports/3.3.1/RFTestReport3.3.1.CR1.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.3.1/RFTestReport3.3.1.CR1.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 8 months