Hello! I'd like to implement in my application a panel like a one in Google Doc Reader: when you click on splitter the left side become hidden, and when you click again -- appears back. I tried to use HorizontalSplitPanel but I found that it is declared as 'final' so I can not even override onBrowserEvent() method. Is there standard way to implement this approach or I should modify HorizontalSplitPannel class and add event processor to them?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
