com.google.gwt.user.client.ui.impl
Class HyperlinkImplSafari

java.lang.Object
  extended by com.google.gwt.user.client.ui.impl.HyperlinkImpl
      extended by com.google.gwt.user.client.ui.impl.HyperlinkImplSafari

public class HyperlinkImplSafari
extends HyperlinkImpl

HyperlinkImpl for Safari and Google Chrome. Safari has special behavior for all the modifier keys except shift, which behaves like a regular click. Chrome, however, opens a new window on a shift-click.


Constructor Summary
HyperlinkImplSafari()
           
 
Method Summary
 boolean handleAsClick(Event event)
          Default version, useful for Firefox.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperlinkImplSafari

public HyperlinkImplSafari()
Method Detail

handleAsClick

public boolean handleAsClick(Event event)
Description copied from class: HyperlinkImpl
Default version, useful for Firefox. Don't fire if it's a rightclick, middleclick, or if any modifiers are held down.

Overrides:
handleAsClick in class HyperlinkImpl