check the method "public void onBrowserEvent(Event event)" on StackPanel (DecoratedStackPanel extends from it)... you need to override this method.
On Wed, Feb 24, 2010 at 2:24 AM, Abdullah Shaikh < [email protected]> wrote: > anyone ? > > On Tue, Feb 23, 2010 at 8:08 PM, Abdullah Shaikh < > [email protected]> wrote: > >> Hi All, >> >> I have a DecoratedStackPanel, the stacks of which I want to show >> programatically using the showStack method, but I want to disable the user >> clicking on the stack to open it, how to disable click ? >> >> Thanks, >> Abdullah >> > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
