from http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/ui/DialogBox.html I think I need create a class that implements *DialogBox.Caption<http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/ui/DialogBox.Caption.html> * and then use the constructor *DialogBox<http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/ui/DialogBox.html#DialogBox%28com.google.gwt.user.client.ui.DialogBox.Caption%29> *(DialogBox.Caption<http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/ui/DialogBox.Caption.html> captionWidget) ?* but the difficulty is how to implement all the method in the interface DialogBox.Caption?* let said I name the class customCaption and implements all the interface method in DialogBox.Caption and then inside the customCaption class I use flextable to add a "x" image in a column of flextable?
On Thursday, May 31, 2012 4:54:44 PM UTC+8, tong123123 wrote: > > I think it is very difficult if not impossible, just requested by my > company and try to ask here. > On Thursday, May 31, 2012 4:54:44 PM UTC+8, tong123123 wrote: > > I think it is very difficult if not impossible, just requested by my > company and try to ask here. > -- 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/-/FPCFj3qsXlYJ. 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.
