public class

WindowImplIE

extends WindowImpl
java.lang.Object
   ↳ com.google.gwt.user.client.impl.WindowImpl
     ↳ com.google.gwt.user.client.impl.WindowImplIE

Class Overview

IE implementation of WindowImpl.

Summary

Nested Classes
interface WindowImplIE.Resources The resources for this implementation. 
Public Constructors
WindowImplIE()
Public Methods
String getHash()
For IE6, reading from $wnd.location.hash drops part of the fragment if the fragment contains a '?'.
String getQueryString()
For IE6, reading from $wnd.location.search gets confused if hash contains a '?'.
void initWindowCloseHandler()
void initWindowResizeHandler()
void initWindowScrollHandler()
[Expand]
Inherited Methods
From class com.google.gwt.user.client.impl.WindowImpl
From class java.lang.Object

Public Constructors

public WindowImplIE ()

Public Methods

public 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.

public String getQueryString ()

For IE6, reading from $wnd.location.search gets confused if hash contains a '?'. To avoid this bug, we use location.href instead.

public void initWindowCloseHandler ()

public void initWindowResizeHandler ()

public void initWindowScrollHandler ()