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

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

public class HyperlinkImplOpera
extends HyperlinkImpl

Opera version of HyperlinkImpl. As of Opera 9, the only modifier key that changes click behavior on links is shift.


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

HyperlinkImplOpera

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