To clarify... there are 1-n entries where I have no what n is until
runtime so I can't hardcode stringValue[8]...


On Jul 28, 12:55 pm, GeorgeS <sxoutt...@gmail.com> wrote:
> I think what I'm not understanding is how to create the getValue
> portion of the column creation before I add the column to the cell
> table when it isn't pre-defined. When I have code like:
>
> TextColumn<ResultDocument> fieldsColumn = new
> TextColumn<ResultDocument>() {
>     @Override
>     public String getValue(ResultDocument resultDoc) {
>         return resultDoc.documentFields;
>
>         }
>
> };
>
> I can see easily what to do but when that column is accessing the (for
> example) 8th value in a String [] then I can't see it. This is
> probably my newness to Java (again).
>
> On Jul 28, 12:22 pm, Magno Machado <magn...@gmail.com> wrote:
>
>
>
>
>
>
>
> > You just have to read whatever information you need and then just call
> > yourCellTableInstance.addColumn(...) as needed
>
> > On Thu, Jul 28, 2011 at 12:52 PM, GeorgeS <sxoutt...@gmail.com> wrote:
> > > I see mention of a DataGrid in 2.4? Is there any documentation on this
> > > yet?
>
> > > --
> > > 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.
>
> > --
> > Magno Machado 
> > Paulohttp://blog.magnomachado.com.brhttp://code.google.com/p/emballo/

-- 
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