Do you need all the children at once? If not, you can use CellBrowser or CellTree (combined with a TreeModel and data providers) to let the user interactively bring only the children he/she needs .
On Jan 11, 10:03 am, opn <[email protected]> wrote: > Thx for the reply : ) i've already seen and used the .with! I think i > was not exact enough. > I've got self referencing entities that can go about 5 steps deep. And > i would like to fetch the root entity and all the children. > How would you do that? > Recursively going through all childs and building the dependencies > myself? > > On 11 Jan., 16:30, Thomas Broyer <[email protected]> wrote: > > > > > > > > > See: > > > - > > > > http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g......) > > - > > http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideReque... > > > <http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g......)> -- 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.
