Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Image |
Image.setAlt(java.lang.String alt)
Set "alt" property and if element was draw call script at browser.
|
Image |
Image.setHeight(Length height)
Set "height" property and if element was draw call script at browser.
|
Image |
Image.setSrc(java.lang.String src)
Set "scr" property and if element was draw call script at browser.
|
Image |
Image.setWidth(Length width)
Set "width" property and if element was draw call script at browser.
|