Hope that it will help you !
Benoit
> --
> 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-we...@googlegroups.com.
> To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
If you want to create a custom component that will work with GWT
Designer, you should ideally subclass Composite although subclassing
Widget will also work.
If you place your class somewhere other than the Widget hierarchy,
then you really aren't creating a valid GWT UI component. Implementing
an isWidget() method does not actually make the component a widget.