On 7 nov, 19:41, Dimas <[EMAIL PROTECTED]> wrote: > > I can't think of anyway to deal with this situation other than > creating a bunch of fake hyperlinks (labels that look like links) with > click listeners that programatically change the history state using > History.newItem(), but that seems to just take away from the elegance > of the Hyperlink class. > > Does anyone have any thoughts on this?
Hyperlink isn't much different from the "fake hyperlinks" you describe above, so why not derive Hyperlink and override onBrowserEvent, only calling super.onBrowserEvent when the event isn't ONCLICK *or* the user confirmed the move? Just an idea... --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---