Thanks for the reply Thomas. That was really dumb of me... for some
reason I was thinking that those methods were package private scoped
so, unless my new widget was in the gwt widget package those methods
weren't visible.  I was just wrong and don't know what I was
thinking.  Thanks again.

Joe

On Aug 29, 5:09 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> On 29 août, 21:26, Joe Hudson <joe...@gmail.com> wrote:
>
> > Hi,
>
> > I am using Composites and would like to be able reference the
> > HandlerManager methods.  These seem to not be visible to me so I end
> > up duplicating the code that already exists on Widget for my
> > composites - is there any reason why these methods are friendly scoped
> > instead of protected scoped?  Or, am I just thinking about this
> > incorrectly?
>
> Any reason you don't just use Widget#addHandler and 
> Widget#fireEvent?http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g...,
> com.google.gwt.event.shared.GwtEvent.Type)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to