Java com.google.gwt.user.client.ui AbstractImagePrototype fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui AbstractImagePrototype fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui AbstractImagePrototype.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.AbstractImagePrototype has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidapplyTo(Image image)
Transforms an existing Image into the image represented by this prototype.
voidapplyTo(ImagePrototypeElement imageElement)
Transforms an existing ImagePrototypeElement into the image represented by this prototype.
AbstractImagePrototypecreate(ImageResource resource)
Create an AbstractImagePrototype backed by a ClientBundle ImageResource.
ImagePrototypeElementcreateElement()
Creates a new Element based on the image represented by this prototype.
ImagecreateImage()
Creates a new Image instance based on the image represented by this prototype.
StringgetHTML()
Gets an HTML fragment that displays the image represented by this prototype.
SafeHtmlgetSafeHtml()
Gets an HTML fragment that displays the image represented by this prototype.