public class WindowImplIE extends WindowImpl
WindowImpl
.Modifier and Type | Class and Description |
---|---|
static interface |
WindowImplIE.Resources
The resources for this implementation.
|
Constructor and Description |
---|
WindowImplIE() |
Modifier and Type | Method and Description |
---|---|
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() |
public String getHash()
getHash
in class WindowImpl
public String getQueryString()
getQueryString
in class WindowImpl
public void initWindowCloseHandler()
initWindowCloseHandler
in class WindowImpl
public void initWindowResizeHandler()
initWindowResizeHandler
in class WindowImpl
public void initWindowScrollHandler()
initWindowScrollHandler
in class WindowImpl
Copyright © 2018. All rights reserved.