GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.AbstractImagePrototype.ImagePrototypeElement

Packages that use AbstractImagePrototype.ImagePrototypeElement
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of AbstractImagePrototype.ImagePrototypeElement in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return AbstractImagePrototype.ImagePrototypeElement
 AbstractImagePrototype.ImagePrototypeElement AbstractImagePrototype.createElement()
          Creates a new AbstractImagePrototype.ImagePrototypeElement based on the image represented by this prototype.
 

Methods in com.google.gwt.user.client.ui with parameters of type AbstractImagePrototype.ImagePrototypeElement
 void AbstractImagePrototype.applyTo(AbstractImagePrototype.ImagePrototypeElement imageElement)
          Transforms an existing AbstractImagePrototype.ImagePrototypeElement into the image represented by this prototype.
 


GWT 2.7.0