In GWT, If one widget can contain another widget, It must be implement HasWidgets<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/HasWidgets.html>interface.
So if you wnat int add a widget to your "GWT Text Area", you first should check your "GWT Text Area" whether implement HasWidgets<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/HasWidgets.html>or not. GWT Kid於 2011年7月18日星期一UTC+8上午5時15分48秒寫道: > > How do i add a widget inside a GWT Text Area . I want to a Grid ,or > VerticalPanel or HorizontalPanel -- 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/-/fuykaVywf1MJ. 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.
