You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2007/12/13 21:14:54 UTC

svn commit: r604015 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/LabelTree.java

Author: ivaynberg
Date: Thu Dec 13 12:14:52 2007
New Revision: 604015

URL: http://svn.apache.org/viewvc?rev=604015&view=rev
Log:
added javadoc note

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/LabelTree.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/LabelTree.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/LabelTree.java?rev=604015&r1=604014&r2=604015&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/LabelTree.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/LabelTree.java Thu Dec 13 12:14:52 2007
@@ -94,6 +94,10 @@
 	 * NOTE: remember that the nodeModel represents the TreeNode object, not the model object inside
 	 * it
 	 * 
+	 * NOTE: this method is called from the default implementation of
+	 * {@link #newNodeComponent(String, IModel)}, so if it is subclassed this method may no longer
+	 * be called unless the subclassing code maintains the callback explicitly
+	 * 
 	 * @param nodeModel
 	 *            model representing the current tree node
 	 * @return model used for text