Re: OutlineView Widget

2011-06-09 Thread Uemit
You could use the CellTree Widget and create an implementation of 
the AbstractCell where you override the render method and create this kind 
of structure.


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/tJmWlmJ2MlUJ.
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.



OutlineView Widget

2011-06-07 Thread joel
I'm looking for a GWT widget like this one:

http://www.manytricks.com/sandbox/cocoadev/animatedcustomoutlinecell.png

I'm also looking to add another "column" to display a date, I do need
the numbers and dates lined up. How would you build this? A TreeGrid
would be an obvious choice, but I don't see one in the base library,
what would integrate well with the current GWT model, ExtGWT, etc?

Thanks,
J

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