Custom widget child elements

2014-01-03 Thread Ben Cuthbert
Hi All, I have created a custom widget that extends ComplexPanel so that it can have children. The UIBinder looks like so In the Layout class that extends ComplexPanel I have a method to add to top @UiChild( tagname = "top" ) public final void addTopPanel(Element widget)

Converting JavaScript project to GWT component

2013-03-12 Thread Ben Cuthbert
Has anyone got any good tutorials on converting Javascript projects like http://needim.github.com/noty/ to GWT components? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, s

GWT compiler .java files

2012-10-25 Thread Ben Cuthbert
All I when I add my modules .java files into the jar and pass it to my application the compiler works. But when I put the .java files of the module into a -sources.jar and then add that to the classpath of my application the compile does not work, and I get the following error. ERROR] Line 48: