You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/09/09 01:18:15 UTC

svn commit: r693314 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java

Author: hlship
Date: Mon Sep  8 16:18:14 2008
New Revision: 693314

URL: http://svn.apache.org/viewvc?rev=693314&view=rev
Log:
TAPESTRY-2532: Javadoc of inPlace field in Grid class is incomplete

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java?rev=693314&r1=693313&r2=693314&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java Mon Sep  8 16:18:14 2008
@@ -197,7 +197,8 @@
 
     /**
      * If true, then the Grid will be wrapped in an element that acts like a {@link
-     * org.apache.tapestry5.corelib.components.Zone}; all the paging and sorting links will
+     * org.apache.tapestry5.corelib.components.Zone}; all the paging and sorting links will refresh the zone, repainting
+     * the entire grid within it, but leaving the rest of the page (outside the zone) unchanged.
      */
     @Parameter
     private boolean inPlace;