great, it works,  thanks!!!

On Mon, Feb 9, 2009 at 10:05 PM, Carlo <[email protected]> wrote:

>
> Hi,
>
> I don't know how you can do this in gwt-ext, but maybe I can use the
> GWT's FocusPanel.
>
>            Panel panel = new Panel();
>            FocusPanel focusPanel = new FocusPanel();
>            focusPanel.addClickListener(new ClickListener(){
>                        public void onClick(Widget sender) {
>                                // TODO Auto-generated method stub
>                        }
>            });
>            panel.add(focusPanel);
>
> bye
>
> On Feb 9, 6:02 pm, yi dan <[email protected]> wrote:
> > hi, all
> >
> > i need to add a listener to a panel so that when user click that panel,
> it
> > can popup an window. but after i search around the gwt-ext api, i found
> > PanelListener doesn't have the method i need: onClick().... anyone knows
> how
> > to do that???...thanks!
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to