|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageBuilder
Builds an image element.
Method Summary | |
---|---|
ImageBuilder |
alt(java.lang.String alt)
Alternate text for user agents not rendering the normal content of this element. |
ImageBuilder |
height(int height)
Height of the image in pixels. |
ImageBuilder |
isMap()
Use server-side image map. |
ImageBuilder |
src(java.lang.String src)
URI designating the source of this image. |
ImageBuilder |
width(int width)
The width of the image in pixels. |
Method Detail |
---|
ImageBuilder alt(java.lang.String alt)
ImageBuilder height(int height)
ImageBuilder isMap()
ImageBuilder src(java.lang.String src)
ImageBuilder width(int width)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |