public static interface GWTFixImage.ConditionalImageRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
renderImage(com.google.gwt.user.client.ui.Image image,
int left,
int top,
int width,
int height) |
void |
renderImage(com.google.gwt.user.client.ui.Image image,
com.google.gwt.safehtml.shared.SafeUri url,
int left,
int top,
int width,
int height) |
void |
renderImage(com.google.gwt.user.client.ui.Image image,
String url,
int left,
int top,
int width,
int height) |
void renderImage(com.google.gwt.user.client.ui.Image image,
String url,
int left,
int top,
int width,
int height)
image - the image itself.url - the url to set.left - position.top - position.width - width.height - height.void renderImage(com.google.gwt.user.client.ui.Image image,
int left,
int top,
int width,
int height)
image - the image itself.left - position.top - position.width - width.height - height.void renderImage(com.google.gwt.user.client.ui.Image image,
com.google.gwt.safehtml.shared.SafeUri url,
int left,
int top,
int width,
int height)
image - the image itself.url - the url to set.left - position.top - position.width - width.height - height.Copyright © 2015. All rights reserved.