public class

HyperlinkImplIE

extends HyperlinkImpl
java.lang.Object
   ↳ com.google.gwt.user.client.ui.impl.HyperlinkImpl
     ↳ com.google.gwt.user.client.ui.impl.HyperlinkImplIE

Class Overview

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.

Summary

Public Constructors
HyperlinkImplIE()
Public Methods
boolean handleAsClick(Event event)
Default version, useful for Firefox.
[Expand]
Inherited Methods
From class com.google.gwt.user.client.ui.impl.HyperlinkImpl
From class java.lang.Object

Public Constructors

public HyperlinkImplIE ()

Public Methods

public boolean handleAsClick (Event event)

Default version, useful for Firefox. Don't fire if it's a rightclick, middleclick, or if any modifiers are held down.