Re: How to create custom UI Widget with UiBinder?

2010-03-08 Thread Chatree Srichart
Can any one tell me about the code statement that convert from Java code and UI binder to Javascript + HTML like this: Java + .ui.xml --> [ Code Statement ] --> Javascript + HTML Regards Chatree Srichart -- You received this message because you are subscribed to the Google Groups "Google

Re: How to create custom UI Widget with UiBinder?

2010-03-01 Thread Alexander Arendar
Hi Chatree, Please take a look here: http://aarendar.wordpress.com/2010/03/01/learning-gwt-uibinder-part-1/ Sincerely, Alex On Feb 16, 4:35 pm, Chatree Srichart wrote: > Hi, all > I'm a new developer for GWT. Now I'm working on template with Freemarker. I > prefer to use template with GWT widg

Re: How to create custom UI Widget with UiBinder?

2010-02-16 Thread Chatree Srichart
Hi, Community Have you any answer for my question? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit

How to create custom UI Widget with UiBinder?

2010-02-16 Thread Chatree Srichart
Hi, all I'm a new developer for GWT. Now I'm working on template with Freemarker. I prefer to use template with GWT widget. I found UiBinder feature in GWT that I think it possible for my purpose like this: