
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() |
disposeWindowCloseHandlers, disposeWindowResizeHandlers, disposeWindowScrollHandlerspublic String getHash()
getHash in class WindowImplpublic String getQueryString()
getQueryString in class WindowImplpublic void initWindowCloseHandler()
initWindowCloseHandler in class WindowImplpublic void initWindowResizeHandler()
initWindowResizeHandler in class WindowImplpublic void initWindowScrollHandler()
initWindowScrollHandler in class WindowImplCopyright © 2018. All rights reserved.