Uses of Interface
com.google.gwt.resources.client.TextResource
-
Packages that use TextResource Package Description com.google.gwt.resources.client Classes for aggregating static resources into bundles. -
-
Uses of TextResource in com.google.gwt.resources.client
Method parameters in com.google.gwt.resources.client with type arguments of type TextResource Modifier and Type Method Description void
ExternalTextResource. getText(ResourceCallback<TextResource> callback)
Fetches aTextResource
and callscallback
with the result.
-