Friday, July 29, 2011

Re: CellTable question

Jeff, that worked like a charm! Thanks for helping me make it up the
Java curve!


On Jul 28, 1:27 pm, Jeff Larsen <larse...@gmail.com> wrote:
> when you build the column, specify the number
>
> MyTextColumn extends TextColumn<String[]>{
>
> public MyTextColumn(int index){
>
>   this.index = index;
>
> }
>
> public String getValue(String[] strings){
>   return strings[index];
>
>
>
>
>
>
>
> }

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment