I am very confused about HasCell<T,C> and Column<T,C>.

I am using Cell types available by GWT (TextCell, ActionCell etc), and I can 
get them to work.

However, when I try to create custom Cell for CellTable,
I realize I do not fully understand what I'm doing,
and the confusion is from not fully understanding difference between C and 
T.


could you please explain T and C, in context of having a CellTable,
displaying a Contact object ?
Contact is T or C ? and if its C then what is T and vice versa ?


Thank You 

in Column<T,C>
 * @param <T> the row type
 * @param <C> the column type

in HasCell<T,C>
 * @param <T> the underlying data type
 * @param <C> the cell data type

(do not fully understand difference between T and C, very confused,
what is T ? what is C ?)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to