Package | Description |
---|---|
com.google.gwt.resources.client |
Classes for aggregating static resources into bundles.
|
com.google.gwt.resources.client.impl | |
com.google.gwt.user.client.impl |
Modifier and Type | Method and Description |
---|---|
void |
ExternalTextResource.getText(ResourceCallback<TextResource> callback)
Fetches a
TextResource and calls callback with the result. |
Modifier and Type | Method and Description |
---|---|
void |
ExternalTextResourcePrototype.getText(ResourceCallback<TextResource> callback)
Possibly fire off an HTTPRequest for the text resource.
|
Constructor and Description |
---|
ExternalTextResourcePrototype(String name,
SafeUri url,
TextResource[] cache,
int index) |
ExternalTextResourcePrototype(String name,
SafeUri url,
TextResource[] cache,
int index,
String md5Hash) |
Modifier and Type | Method and Description |
---|---|
TextResource |
WindowImplIE.Resources.initWindowCloseHandler()
Contains the function body used to initialize the window close handler.
|
TextResource |
WindowImplIE.Resources.initWindowResizeHandler()
Contains the function body used to initialize the window resize handler.
|
TextResource |
WindowImplIE.Resources.initWindowScrollHandler()
Contains the function body used to initialize the window scroll handler.
|
Copyright © 2018. All rights reserved.