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

java.lang.Object
  extended by com.google.gwt.user.client.ui.impl.HyperlinkImpl
Direct Known Subclasses:
HyperlinkImplIE, HyperlinkImplOpera, HyperlinkImplSafari

public class HyperlinkImpl
extends java.lang.Object

Methods that need browser-specific implementations for Hyperlink. By default, we're very conservative and let the browser handle any clicks with non-left buttons or with modifier keys. This happens to be the correct behavior for Firefox.


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

HyperlinkImpl

public HyperlinkImpl()
Method Detail

handleAsClick

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.