borland Packages Class Hierarchy internetbeans Package
java.lang.Object +----com.borland.internetbeans.IxComponent +----com.borland.internetbeans.AbstractIxDataWidget +----com.borland.internetbeans.AbstractIxControl +----com.borland.internetbeans.AbstractIxInput +----com.borland.internetbeans.AbstractIxButton +----com.borland.internetbeans.IxSubmitButton +----com.borland.internetbeans.IxImageButton
Variables Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Submitable, Serializable, Cloneable
Represents an image that submits the form when clicked. Not to be confused with an image that is simply displayed or used as a link; for that, use IxImage.
XHTML: <input type="image" />
If the image that matches this component was the image that submitted
the form, the images's submitPerformed
event will fire.
public static final String INPUT_TYPE = "image"Value of TYPE attribute for this class of INPUT element
public String getAlt() public void setAlt(String newAlt)An string to describe the image in case the browser does not support graphics or has graphics turned off.
public String getSrc() public void setSrc(String newSrc)The image source URL.
protected void assembleTagAttributes(OutputWrapper outWrap)Generates the TYPE, NAME, and VALUE atributes via
AbstractIxInput.assembleTagAttributes
then the SRC and ALT attributes.
outWrap
protected String getInputType()Value of TYPE attribute for this class of INPUT element
public void mergeTag(String tagName, Map attributes, boolean empty)Called by
PageProducer
; do not call directly. Reads and stores the values of the SRC and ALT attributes, then calls super
.
tagName
attributes
empty