|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zul.Widget
zul.wgt.Image
public class Image
An image.
See also how to fix the alpha transparency problem of PNG files found in IE6?
| Field Summary |
|---|
| Fields inherited from class zk.Widget |
|---|
$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName |
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
protected void |
contentAttrs_()
This method is required only if IMG is placed in the inner. |
String |
getAlign()
Deprecated. as of release 6.0.0, use CSS instead. |
String |
getHover()
Returns the URI of the hover image. |
String |
getHspace()
Deprecated. as of release 6.0.0, use CSS instead. |
DOMElement |
getImageNode()
Returns the image node if any. |
String |
getSrc()
Returns the source URI of the image. |
String |
getVspace()
Deprecated. as of release 6.0.0, use CSS instead. |
void |
setAlign(String align)
Deprecated. as of release 6.0.0, use CSS instead. |
void |
setHover(String hover)
Sets the image URI. |
void |
setHspace(String hspace)
Deprecated. as of release 6.0.0, use CSS instead. |
void |
setSrc(String src)
Sets the source URI of the image. |
void |
setVspace(String vspace)
Deprecated. as of release 6.0.0, use CSS instead. |
| Methods inherited from class zul.Widget |
|---|
afterKeyDown_, beforeCtrlKeys_, getContext, getCtrlKeys, getOpenTooltip, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setSrc(String src)
src - the URI of the image sourcepublic String getSrc()
Default: null.
public void setHover(String hover)
hover - public String getHover()
Default: null.
public void setAlign(String align)
align - public String getAlign()
Default: null (use browser default).
public void setHspace(String hspace)
hspace - public String getHspace()
Default: null (use browser default).
public void setVspace(String vspace)
vspace - public String getVspace()
Default: null (use browser default).
public DOMElement getImageNode()
protected void contentAttrs_()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||