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

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

public class HyperlinkImplIE
extends HyperlinkImpl

IE version of HyperlinkImpl. IE6 and IE7 actually have different behavior; both have special behavior for shift-click, but IE7 also opens in a new tab on ctrl-click. IE6 treats ctrl-click as a standard click.


Constructor Summary
HyperlinkImplIE()
           
 
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

HyperlinkImplIE

public HyperlinkImplIE()
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