com.google.gwt.user.client.impl
Interface WindowImplIE.Resources

All Superinterfaces:
ClientBundle
Enclosing class:
WindowImplIE

public static interface WindowImplIE.Resources
extends ClientBundle

The resources for this implementation.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Field Summary
static WindowImplIE.Resources INSTANCE
           
 
Method Summary
 TextResource initWindowCloseHandler()
          Contains the function body used to initialize the window close handler.
 TextResource initWindowResizeHandler()
          Contains the function body used to initialize the window resize handler.
 TextResource initWindowScrollHandler()
          Contains the function body used to initialize the window scroll handler.
 

Field Detail

INSTANCE

static final WindowImplIE.Resources INSTANCE
Method Detail

initWindowCloseHandler

TextResource initWindowCloseHandler()
Contains the function body used to initialize the window close handler.


initWindowResizeHandler

TextResource initWindowResizeHandler()
Contains the function body used to initialize the window resize handler.


initWindowScrollHandler

TextResource initWindowScrollHandler()
Contains the function body used to initialize the window scroll handler.