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 <[email protected]> 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 <[email protected]> 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 [email protected].
> > To unsubscribe from this group, send email to
> > [email protected].
> > 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to