You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/01/19 22:45:50 UTC

svn commit: r847328 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/getting-started/screenshots.html

Author: buildbot
Date: Sat Jan 19 21:45:50 2013
New Revision: 847328

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/getting-started/screenshots.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 19 21:45:50 2013
@@ -1 +1 @@
-1435717
+1435718

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 19 21:45:50 2013
@@ -1 +1 @@
-1435717
+1435718

Modified: websites/staging/isis/trunk/content/getting-started/screenshots.html
==============================================================================
--- websites/staging/isis/trunk/content/getting-started/screenshots.html (original)
+++ websites/staging/isis/trunk/content/getting-started/screenshots.html Sat Jan 19 21:45:50 2013
@@ -330,7 +330,7 @@ public class ToDoItem {
     public void setDescription(
             String description) { ... }
     ...
-</pre><i>... and (vector) collections on the right:</i><pre>
+</pre><i>... (vector) collections on the right:</i><pre>
     ...
     @Disabled
     @MemberOrder(sequence = "1")
@@ -351,7 +351,17 @@ public class ToDoItem {
     </td>
   </tr>
   <tr>
-    <td>Edit entity<br/><br/><i>The entity's properties can be edited through the 'Edit' button</i></td>
+    <td>Edit entity<br/><br/><i>The entity's properties can be edited through the 'Edit' button.  Some properties may not be editable:</i><pre>
+public class ToDoItem {
+    ...
+    @Disabled
+    @MemberOrder(sequence = "4")
+    public boolean isComplete() { ... }
+    public void setComplete(
+        final boolean complete) { ... }
+    ...
+</div>
+</pre></td>
     <td>
       <img src="resources/screencast-12-todo-entity-edit.png" width="525" height="394"></img>
     </td>