Re: is there a class that implements HasWidgets & extends FocusWidget

2011-01-05 Thread Joe Hudson
Thanks for the help. That makes sense to me. On Jan 4, 2:10 pm, Gal Dolber wrote: > You can also wrap a FlowPanel into a FocusPanel. > > > > On Tue, Jan 4, 2011 at 2:54 PM, Y2i wrote: > > A Widget.addDomHandler() method may be what you are looking for.  You > > can register a handler for com.go

Re: is there a class that implements HasWidgets & extends FocusWidget

2011-01-04 Thread Gal Dolber
You can also wrap a FlowPanel into a FocusPanel. On Tue, Jan 4, 2011 at 2:54 PM, Y2i wrote: > A Widget.addDomHandler() method may be what you are looking for. You > can register a handler for com.google.gwt.event.dom.client.ClickEvent. > > On Jan 4, 9:43 am, Joe Hudson wrote: > > Hi, > > > > I

Re: is there a class that implements HasWidgets & extends FocusWidget

2011-01-04 Thread Y2i
A Widget.addDomHandler() method may be what you are looking for. You can register a handler for com.google.gwt.event.dom.client.ClickEvent. On Jan 4, 9:43 am, Joe Hudson wrote: > Hi, > > I'm trying to figure out the best way to have a class accept click > events while still being able to add wid

is there a class that implements HasWidgets & extends FocusWidget

2011-01-04 Thread Joe Hudson
Hi, I'm trying to figure out the best way to have a class accept click events while still being able to add widgets to that class. Is this possible? Can anyone suggest the best way of doing this? Thanks. Joe -- You received this message because you are subscribed to the Google Groups "Googl