Re: GWT Custom Widget => How to do event handling...

2009-11-27 Thread Thomas Broyer
On Nov 26, 11:56 pm, Chris wrote: > Hi Guys > > I'm trying to build my own custom widget. How can i add event handling > to the widget? > > Here's there idea... > > I have a Composite (my View), on which I add a Timeline Widget > The Timeline widget has many bands TimeBand > and each TimeBand ha

GWT Custom Widget => How to do event handling...

2009-11-26 Thread Chris
Hi Guys I'm trying to build my own custom widget. How can i add event handling to the widget? Here's there idea... I have a Composite (my View), on which I add a Timeline Widget The Timeline widget has many bands TimeBand and each TimeBand has many TimeEvents. I've used the DOM.createDiv(), and