com.google.gwt.user.client.impl
Class WindowImplIE
java.lang.Object
com.google.gwt.user.client.impl.WindowImpl
com.google.gwt.user.client.impl.WindowImplIE
public class WindowImplIE
- extends WindowImpl
IE implementation of WindowImpl.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowImplIE
public WindowImplIE()
getHash
public java.lang.String getHash()
- For IE6, reading from $wnd.location.hash drops part of the fragment if the
fragment contains a '?'. To avoid this bug, we use location.href instead.
- Overrides:
getHash in class WindowImpl
getQueryString
public java.lang.String getQueryString()
- For IE6, reading from $wnd.location.search gets confused if hash contains
a '?'. To avoid this bug, we use location.href instead.
- Overrides:
getQueryString in class WindowImpl
initWindowCloseHandler
public void initWindowCloseHandler()
- Overrides:
initWindowCloseHandler in class WindowImpl
initWindowResizeHandler
public void initWindowResizeHandler()
- Overrides:
initWindowResizeHandler in class WindowImpl
initWindowScrollHandler
public void initWindowScrollHandler()
- Overrides:
initWindowScrollHandler in class WindowImpl