com.google.gwt.user.client.ui.impl
Class HyperlinkImplSafari
java.lang.Object
com.google.gwt.user.client.ui.impl.HyperlinkImpl
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HyperlinkImplSafari
public HyperlinkImplSafari()
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