I'm experimenting with writing my UiBinders in relatively pure HTML (with Twitter Bootstrap), rather than using Widgets everywhere. My motivation is more about being "designer friendly" than performance etc.
I've had some success manually overriding onBrowserEvent. However, inspired by UiRenderer, and looking at the UiBinder generator code, it looks like it should be possible to use @UiHandler and include onBrowserEvent in the interface. When I try it, I still get the normal error though: there's no addClickHandler method on a generic Element. Has anyone got UiHandler to work with Elements in UiBinder? Is the code currently in the UiBinder generator really intended for use only by UiRenderer? Thanks, Justin -- 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/-/wk9XmEYH2FgJ. 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.
