Package | Description |
---|---|
com.google.gwt.resources.client |
Classes for aggregating static resources into bundles.
|
com.google.gwt.resources.client.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
TextResourceCallback
Deprecated.
use
ResourceCallback directly |
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.
|
Copyright © 2018. All rights reserved.