com.google.gwt.user.client.impl
Class WindowImplIE

java.lang.Object
  extended by com.google.gwt.user.client.impl.WindowImpl
      extended by com.google.gwt.user.client.impl.WindowImplIE

public class WindowImplIE
extends WindowImpl

IE implementation of WindowImpl.


Nested Class Summary
static interface WindowImplIE.Resources
          The resources for this implementation.
 
Constructor Summary
WindowImplIE()
           
 
Method Summary
 java.lang.String getHash()
          For IE6, reading from $wnd.location.hash drops part of the fragment if the fragment contains a '?'.
 java.lang.String getQueryString()
          For IE6, reading from $wnd.location.search gets confused if hash contains a '?'.
 void initWindowCloseHandler()
           
 void initWindowResizeHandler()
           
 void initWindowScrollHandler()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowImplIE

public WindowImplIE()
Method Detail

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