Re: GWT RC2 with Polymer: Issue while calling click handler from Java.

2016-10-05 Thread Thomas Broyer
On Wednesday, October 5, 2016 at 12:59:29 PM UTC+2, GAURAV GUPTA wrote: > > Hi All, > > I am using below code for creating my custom element, > > package com.test; > > import jsinterop.annotations.JsConstructor; > import jsinterop.annotations.JsMethod; > import jsinterop.annotations.JsType; > >

GWT RC2 with Polymer: Issue while calling click handler from Java.

2016-10-05 Thread GAURAV GUPTA
Hi All, I am using below code for creating my custom element, package com.test; import jsinterop.annotations.JsConstructor; import jsinterop.annotations.JsMethod; import jsinterop.annotations.JsType; import com.google.gwt.event.dom.client.ClickEvent; import