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 
[EMAIL PROTECTED]
-     * 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;


Reply via email to