GWT 2.7.0

Uses of Interface
com.google.gwt.resources.client.TextResource

Packages that use TextResource
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
 void ExternalTextResource.getText(ResourceCallback<TextResource> callback)
          Fetches a TextResource and calls callback with the result.
 


GWT 2.7.0