On Mon, Dec 29, 2008 at 4:01 PM, rajasekhar <raja...@gmail.com> wrote:

>
> Hi All,
>
>             how to hide /show a panel by clicking on a button.If
> panel is hidden by clicking on button it should be visible.If panel is
> visible after clicking on button it should hide(there is only one
> button in this case).Please let me know how to do this.
>
>
Panel is derived from UIObject. UIObject has a method setVisible which
controls the visibility. Use a flag which when toggled changed the state of
visibility.



-- 
regards,
Saurabh.

--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@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