Revision: 8913
Author: [email protected]
Date: Fri Oct  1 05:51:52 2010
Log: Clarifying the JavaDoc of CellPanel (the parent of DockPanel and Horizontal/VerticalPanel) so that people do not mistake it for a Cell based data presentation widget.

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8913

Modified:
 /trunk/user/src/com/google/gwt/user/client/ui/CellPanel.java

=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/CellPanel.java Mon Nov 30 20:51:14 2009 +++ /trunk/user/src/com/google/gwt/user/client/ui/CellPanel.java Fri Oct 1 05:51:52 2010
@@ -25,6 +25,12 @@
* cell's size may be set independently. Each child widget can take up a subset
  * of its cell and can be aligned within it.
  *
+ * <p>
+ * Note: This class is not related to the
+ * {...@link com.google.gwt.cell.client.Cell} based data presentation widgets such
+ * as {...@link com.google.gwt.user.cellview.client.CellList} and
+ * {...@link com.google.gwt.user.cellview.client.CellTable}.
+ *
  * <h3>Use in UiBinder Templates</h3>
  * <P>
  * When working with CellPanel subclasses in

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to