CVS: Tapestry/contrib/src/net/sf/tapestry/contrib/table/components Table.java,1.8,1.9 TableColumns.java,1.8,1.9

Mind Bridge <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/contrib/src/net/sf/tapestry/contrib/table/components
In directory sc8-pr-cvs1:/tmp/cvs-serv23712/contrib/src/net/sf/tapestry/contrib/table/components

Modified Files:
	Table.java TableColumns.java 
Log Message:
javadoc updates

Index: Table.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/contrib/src/net/sf/tapestry/contrib/table/components/Table.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Table.java	27 Nov 2002 17:58:53 -0000	1.8
--- Table.java	4 Jan 2003 18:47:29 -0000	1.9
***************
*** 8,11 ****
--- 8,14 ----
   * The facade component in the Table family. Table allows you to present 
   * a sortable and pagable table simply and easily by using only this one component.
+  * 
+  *  [<a href="../../../../../../../ComponentReference/contrib.Table.html">Component Reference</a>]
+  * 
   * <p>
   * The Table component allows you to manipulate its appearance by allowing you 
***************
*** 85,88 ****
--- 88,109 ----
   *
   * <tr>
+  *  <td>row</td>
+  *  <td>Object</td>
+  *  <td>out</td>
+  *  <td>no</td>
+  *  <td>&nbsp;</td>
+  *  <td align="left">The value object of the current row.</td> 
+  * </tr>
+  *
+  * <tr>
+  *  <td>column</td>
+  *  <td>{@link net.sf.tapestry.contrib.table.model.ITableColumn}</td>
+  *  <td>out</td>
+  *  <td>no</td>
+  *  <td>&nbsp;</td>
+  *  <td align="left">The object representing the current column.</td> 
+  * </tr>
+  *
+  * <tr>
   *  <td>pagesDisplayed</td>
   *  <td>int</td>
***************
*** 114,117 ****
--- 135,147 ----
   *  <td>&nbsp;</td>
   *  <td align="left">The image to use to describe a column sorted in a descending order.</td> 
+  * </tr>
+  *
+  * <tr>
+  *  <td>pagesClass</td>
+  *  <td>String</td>
+  *  <td>in</td>
+  *  <td>no</td>
+  *  <td>&nbsp;</td>
+  *  <td align="left">The CSS class of the table pages.</td> 
   * </tr>
   *

Index: TableColumns.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/contrib/src/net/sf/tapestry/contrib/table/components/TableColumns.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TableColumns.java	4 Jan 2003 10:39:22 -0000	1.8
--- TableColumns.java	4 Jan 2003 18:47:29 -0000	1.9
***************
*** 38,50 ****
   *
   * <tr>
-  *  <td>column</td>
-  *  <td>{@link net.sf.tapestry.contrib.table.model.ITableColumn}</td>
-  *  <td>out</td>
-  *  <td>no</td>
-  *  <td>&nbsp;</td>
-  *  <td align="left">The object representing the current column.</td> 
-  * </tr>
-  *
-  * <tr>
   *  <td>element</td>
   *  <td>String</td>
--- 38,41 ----
***************
*** 53,56 ****
--- 44,56 ----
   *  <td>th</td>
   *  <td align="left">The tag to use to wrap the column headers.</td> 
+  * </tr>
+  *
+  * <tr>
+  *  <td>column</td>
+  *  <td>{@link net.sf.tapestry.contrib.table.model.ITableColumn}</td>
+  *  <td>out</td>
+  *  <td>no</td>
+  *  <td>&nbsp;</td>
+  *  <td align="left">The object representing the current column.</td> 
   * </tr>
   *



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.