Re: CellTable does not appear when used in CellList (or CellTable) as part of a custom widget

2012-09-04 Thread Ümit Seren
Because the way CellWidget's are designed it's not possible to simply use 
Widgets as Cells in CellWidgets. 
Instead of a CellList you can come up with an own widget that looks behaves 
like a CellList and can contain widgets.

On Monday, September 3, 2012 9:53:05 AM UTC+2, ben wrote:

 Hello,

 I created a custom widget that contains a CellTable and other components.
 It works fine.

 Now I want to use this widget in a CellList (or CellTable, whatever).
 I created a custom cell that extends AbstractCell and contains my widget.

 The problem is that I can see every components of my custom widget except 
 the CellTable.

 Thanks for your help.


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



CellTable does not appear when used in CellList (or CellTable) as part of a custom widget

2012-09-03 Thread ben
Hello,

I created a custom widget that contains a CellTable and other components.
It works fine.

Now I want to use this widget in a CellList (or CellTable, whatever).
I created a custom cell that extends AbstractCell and contains my widget.

The problem is that I can see every components of my custom widget except 
the CellTable.

Thanks for your help.

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



CellTable does not appear when used in CellList (or CellTable) as part of a custom widget

2012-09-03 Thread ben
Hello,

I created a custom widget that contains a CellTable and other components.
It works fine.

Now I want to use this widget in a CellList (or CellTable, whatever).
I created a custom cell that extends AbstractCell and contains my widget.

The problem is that I can see every components of my custom widget except 
the CellTable.

Thanks for your help.

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