Hi Jeff, The part about extending LayoutPanel is fine, but I have a few questions about how to handle events (the FocusPanel part):
1- From what I understand, most Panel subclasses (that is all except FocusPanel and its subclasses) are more or less simple HTML divisions (<div></div>), tables (<table></table), etc. hence they can't handle input events (mouse or keyboard events). That being said, are you saying I should look at the Java source code of Google's FocusPanel class and somehow use that to have my LayoutPanel subclass be able to handle events? 2- Or do you mean I should make SlideShow (the class instantiating Slides) a FocusPanel and have SlideShow send events to the Slides? 3- Or is there a simple way to have a Panel implements HasClickHandlers without extends FocusPanel I haven't thought of? Regards, Vhann -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/EpYT2SC_KlEJ. 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.
