borland Packages Class Hierarchy internetbeans Package
java.lang.Object +----com.borland.internetbeans.IxComponent +----com.borland.internetbeans.AbstractIxDataWidget +----com.borland.internetbeans.IxImage
Variables Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable
Represents an image that is simply displayed or used as a link. If you want to use an image to submit a form, use an IxImageButton.
public String getAlt() public void setAlt(String newAlt)A string to describe the image in case the browser does not support graphics or has graphics turned off.
protected void assembleElementBody(OutputWrapper outWrap)Required to concrete IxComponent. Because IMG tags are empty, this does nothing.
outWrap
protected void assembleTagAttributes(OutputWrapper outWrap)Generates the TYPE, NAME, and VALUE atributes via
AbstractIxInput.assembleTagAttributes
then the SRC and ALT attributes.
outWrap
public void mergeTag(String tagName, Map attributes, boolean empty)Called by
PageProducer
; do not call directly.
Reads and stores the value ALT attribute, discards SRC (which is always generated),
then calls super
.
tagName
attributes
empty