Hmm, just that I get this exception, that the type shouldn't be abstract. I use GIN normally, but I also tried to manually set map to it's implementation in the constructor, before createAndBindUi is called, but still the same, complaint MapWidget should not be abstract... Does anyone see a mistake in my syntax or has an idea, what could be the cause?
On Feb 19, 3:48 pm, Colin Alworth <[email protected]> wrote: > Assuming MapWidget extends IsWidget, yes, that should work. > > > > On Sat, Feb 19, 2011 at 8:26 AM, pete <[email protected]> wrote: > > But I should be able to use an Interface in my template, if I use > > (provided = true)? > > > On Feb 18, 5:22 pm, Y2i <[email protected]> wrote: > > > Oops, sorry I didn't notice MapWidget was an interface. I think you are > > > correct. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > 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. > > -- > 218.248.6165 > [email protected] -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
