Thanks! That's exactly what I was looking for. I added a few things. I added 2 methods to the HasCommandHandlers interface: - void setHandlerEnabled(boolean isEnabled); - boolean isHandlerEnabled();
This way, my presenter can disable MenuItems using: display.getExportCmd().setHandlerEnabled(false); Cheers, Eric =) -- 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.
