BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.html
Class Image

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.bea.wlw.netui.tags.AbstractBaseTag
              extended by com.bea.wlw.netui.tags.html.Image
All Implemented Interfaces:
HtmlConstants, URLParams, IAttributeConsumer, Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class Image
extends AbstractBaseTag
implements URLParams, IAttributeConsumer

Generates an image with the specified attributes. Image ignores its body content.

Attribute Descriptions
AttributeRequiredRuntime Expression Evaluation Data Bindable
alignNoNoNo
Property to specify where to align the image.
altNoNoRead Only
Property to specify alt text of an image.
borderNoNoNo
The border size around the image.
heightNoNoRead Only
The image height.
hspaceNoNoRead Only
The horizontal spacing around the image.
idNoNoNo
The id attribute has been deprecated; instead, use tagId. The id attribute of the generated Image. You should use the tagId which will encode the id correctly for containers such as the Portal which needs to rewrite id's to make them unique.
isMapNoNoNo
The server-side image map declaration.
locationNoNoNo
The location hash to append to the url.
lowsrcNoNoNo
The low resolution image source URI.
pageNoNoNo
The page attribute has been deprecated. The module-relative path of the image to be displayed by this rendered tag.
srcNoNoRead Only
The image source URI.
tagIdNoNoNo
The id of this image. The real id written to the HTML stream may be changed by the container (Portal), but may be looked up with the tagId value through the JavaScript method getNetuiTagName( tagId, tag ) method written by the <netui:html> tag.
useMapNoNoNo
The client-side image map declaration.
vspaceNoNoRead Only
The vertical spacing around the image.
widthNoNoRead Only
The image width.

See Also:
Serialized Form
Example:
In this sample, an Image shows "friends.jpg" at 150 x 175 pixels, with the id "Friends".
    <netui:image src="friends.jpg" id="Friends" height="150" width="175" />
Beadoc.tagdescription:
Renders an <image> tag with the specified attributes

Field Summary
static String SRC
           
protected  String tagId
           
 
Fields inherited from class com.bea.wlw.netui.tags.AbstractBaseTag
ATTR_GENERAL, ATTR_GENERAL_EXPRESSION, ATTR_JAVASCRIPT, ATTR_STYLE, JAVASCRIPT_STATUS, NETUI_UNIQUE_CNT
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface com.bea.wlw.netui.tags.html.HtmlConstants
ACCEPT, ACCESSKEY, ACTION, ALIGN, ALINK, ALT, ANCHOR, BACKGROUND, BASE, BGCOLOR, BODY, BORDER, BR, CAPTION, CELLPADDING, CELLSPACING, CHAR, CHAROFF, CHARSET, CHECKED, CLASS, COLS, COORDS, DIR, DISABLED, DIV, ENCTYPE, FOR, FORM, FORM_GET, FORM_POST, FRAME, HEIGHT, HREF, HREFLANG, HSPACE, HTML, ID, IMAGE, INPUT, INPUT_BUTTON, INPUT_CHECKBOX, INPUT_FILE, INPUT_HIDDEN, INPUT_IMAGE, INPUT_PASSWORD, INPUT_RADIO, INPUT_RESET, INPUT_SUBMIT, INPUT_TEXT, ISMAP, LABEL, LANG, LINK, LONGDESC, MAXLENGTH, METHOD, NAME, ONBLUR, ONCHANGE, ONCLICK, ONDBLCLICK, ONFOCUS, ONKEYDOWN, ONKEYPRESS, ONKEYUP, ONLOAD, ONMOUSEDOWN, ONMOUSEMOVE, ONMOUSEOUT, ONMOUSEOVER, ONMOUSEUP, ONRESET, ONSELECT, ONSUBMIT, ONUNLOAD, OPTION, READONLY, REL, REV, ROWS, RULES, SELECT, SHAPE, SIZE, SPAN, STYLE, SUMMARY, TABINDEX, TABLE, TARGET, TD, TEXT, TEXTAREA, TITLE, TR, TYPE, USEMAP, VALIGN, VALUE, VLINK, VSPACE, WIDTH
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Image()
           
 
Method Summary
 void addParameter(String name, Object value)
          Adds a URL parameter to the generated hyperlink.
 int doEndTag()
          Render the end of the IMG tag.
 int doStartTag()
          Render the beginning of the IMG tag.
 String getAlign()
          Gets the property to specify where to align the image.
 String getAlt()
          Gets the property to specify alt text of the image.
 String getBorder()
          Gets the border size around the image.
 String getHeight()
          Gets the image height.
 String getHspace()
          Gets the horizontal spacing around the image.
 String getId()
          Gets the image id.
 String getIsmap()
          Gets the server-side image map declaration.
 String getLocation()
          Gets the location hash to append to the url.
 String getLowsrc()
          Gets the low resolution image source URI.
 String getOnClick()
          Gets the onClick javascript event.
 String getOnDblClick()
          Gets the onDblClick javascript event.
 String getOnKeyDown()
          Gets the onKeyDown javascript event.
 String getOnKeyPress()
          Gets the onKeyPress javascript event.
 String getOnKeyUp()
          Gets the onKeyUp javascript event.
 String getOnMouseDown()
          Gets the onMouseDown javascript event.
 String getOnMouseMove()
          Gets the onMouseMove javascript event.
 String getOnMouseOut()
          Gets the onMouseOut javascript event.
 String getOnMouseOver()
          Gets the onMouseOver javascript event.
 String getOnMouseUp()
          Gets the onMouseUp javascript event.
 String getPage()
          Gets the module-relative path, starting with a slash character, of the image to be displayed by this rendered tag.
 String getSrc()
          Gets the image source URI.
 String getStyle()
          Gets the style of the rendered html tag.
 String getStyleClass()
          Gets the style class of the rendered html tag.
 String getTabindex()
          Gets the tabIndex of the rendered html tag.
 String getTagId()
          Return the ID of the image.
 String getTagName()
          Return the name of the Tag.
 String getUsemap()
          Gets the client-side image map declaration.
 String getVspace()
          Gets the vertical spacing around the image.
 String getWidth()
          Gets the image width.
protected  void localRelease()
          Release any acquired resources.
 void setAlign(String align)
          Sets the property to specify where to align the image.
 void setAlt(String alt)
          Sets the property to specify the alt text of the image.
 void setAttribute(String name, String value)
          Set an attribute value.
 void setBorder(String border)
          Sets the border size around the image.
 void setHeight(String height)
          Sets the image height.
 void setHspace(String hspace)
          Sets the the horizontal spacing around the image.
 void setId(String id)
          Sets the image id.
 void setIsmap(String ismap)
          Sets the server-side image map declaration.
 void setLocation(String location)
          Sets the location hash to append to the url.
 void setLowsrc(String lowsrc)
          Sets the the low resolution image source URI.
 void setOnClick(String onclick)
          Sets the onClick javascript event.
 void setOnDblClick(String ondblclick)
          Sets the onDblClick javascript event.
 void setOnKeyDown(String onkeydown)
          Sets the onKeyDown javascript event.
 void setOnKeyPress(String onkeypress)
          Sets the onKeyPress javascript event.
 void setOnKeyUp(String onkeyup)
          Sets the onKeyUp javascript event.
 void setOnMouseDown(String onmousedown)
          Sets the onMouseDown javascript event.
 void setOnMouseMove(String onmousemove)
          Sets the onMouseMove javascript event.
 void setOnMouseOut(String onmouseout)
          Sets the onMouseOut javascript event.
 void setOnMouseOver(String onmouseover)
          Sets the onMouseOver javascript event.
 void setOnMouseUp(String onmouseup)
          Sets the onMouseUp javascript event.
 void setPage(String page)
          Sets the module-relative path, starting with a slash character, of the image to be displayed by this rendered tag.
 void setSrc(String src)
          Sets the image source URI.
 void setStyle(String style)
          Sets the style of the rendered html tag.
 void setStyleClass(String styleClass)
          Sets the style class of the rendered html tag.
 void setTabindex(String tabindex)
          Sets the tabIndex of the rendered html tag.
 void setTagId(String tagId)
          Set the ID of the anchor.
 void setUsemap(String usemap)
          Sets the client-side image map declaration.
 void setVspace(String vspace)
          Sets the vertical spacing around the image.
 void setWidth(String width)
          Sets the image width.
protected  String src()
          Return the base source URL that will be rendered in the src property for this generated element, or null if there is no such URL.
protected  String url(String url)
          Return the specified src URL, modified as necessary with optional request parameters.
 
Methods inherited from class com.bea.wlw.netui.tags.AbstractBaseTag
addTagIdMapping, containsExpression, evaluateAttributeToString, evaluateExpression, filter, filter, formatErrorString, formatString, getAttribute, getErrorsReport, getExpressionEvaluator, getJavaScriptUtils, getNearestForm, getNextId, getQualifiedBundleName, getScriptReporter, getUserLocale, hasErrors, isExpression, prepForRendering, registerAttribute, registerError, registerTagError, release, removeAttribute, renderAttribute, renderAttributes, reportErrors, rewriteName, setPageContext, updateExpression, write
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setParent
 

Field Detail

SRC

public static final String SRC
See Also:
Constant Field Values

tagId

protected String tagId
Constructor Detail

Image

public Image()
Method Detail

getTagName

public String getTagName()
Return the name of the Tag.

Specified by:
getTagName in class AbstractBaseTag

setAttribute

public void setAttribute(String name,
                         String value)
                  throws javax.servlet.jsp.JspException
Set an attribute value. The name represents the name of the attribute. The value represents the value and may contain a netui expression. This method may result in errors being generated. This requires that the tag buffer its body and write attributes in the end tag. For the image tag it is not legal to set the id, name, or src attributes with this method.

Specified by:
setAttribute in interface IAttributeConsumer
Parameters:
name - The name of the attribute. This value may not be null or the empty string.
value - The value of the attribute. This may contain a netui expression.
Throws:
javax.servlet.jsp.JspException - A JspException may be thrown if there is an error setting the attribute.

getAlign

public String getAlign()
Gets the property to specify where to align the image.

Returns:
the image alignment.

setAlign

public void setAlign(String align)
Sets the property to specify where to align the image.

Parameters:
align - - the image alignment.
Beadoc.attributedescription:
The alignment of the image.
Beadoc.attributesyntaxvalue:
string_align
Beadoc.databindable:
false

getAlt

public String getAlt()
Gets the property to specify alt text of the image.

Returns:
the alt string.

setAlt

public void setAlt(String alt)
Sets the property to specify the alt text of the image.

Parameters:
alt - - the image alt text.
Beadoc.attributedescription:
The alternative text of the image
Beadoc.attributesyntaxvalue:
string_alt
Beadoc.databindable:
Read Only

getBorder

public String getBorder()
Gets the border size around the image.

Returns:
the border size.

setBorder

public void setBorder(String border)
Sets the border size around the image.

Parameters:
border - - the border size.
Beadoc.attributedescription:
The border size around the image
Beadoc.attributesyntaxvalue:
integer_pixelBorder
Beadoc.databindable:
false

getHeight

public String getHeight()
Gets the image height.

Returns:
the height.

setHeight

public void setHeight(String height)
Sets the image height.

Parameters:
height - - the height.
Beadoc.attributedescription:
The image height
Beadoc.attributesyntaxvalue:
integer_height
Beadoc.databindable:
Read Only

getHspace

public String getHspace()
Gets the horizontal spacing around the image.

Returns:
the horizontal spacing.

setHspace

public void setHspace(String hspace)
Sets the the horizontal spacing around the image.

Parameters:
hspace - - the horizontal spacing.
Beadoc.attributedescription:
The horizontal spacing around the image.
Beadoc.attributesyntaxvalue:
integer_hspace
Beadoc.databindable:
Read Only

getId

public String getId()
Gets the image id.

Overrides:
getId in class javax.servlet.jsp.tagext.TagSupport
Returns:
the image id.

setId

public void setId(String id)
Sets the image id.

Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport
Parameters:
id - - the image id
Beadoc.attributedescription:
The id attribute is deprecated, use the tagId attribute instead. The id attribute of the rendered HTML tag. You should use the tagId attribute which will encode the id correctly for containers such as the Portal which needs to rewrite id's to make them unique.
Beadoc.attributesyntaxvalue:
string_id
Beadoc.databindable:
false

getTagId

public String getTagId()
Return the ID of the image. The id may be rewritten by the container (such as a portal) to make sure it is unique. JavaScript my lookup the actual id of the element by looking it up in the netui_names table written into the HTML.

Returns:
the tagId.

setTagId

public void setTagId(String tagId)
Set the ID of the anchor.

Parameters:
tagId - - the tagId.
Beadoc.attributedescription:

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function getNetuiTagName( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    getNetuiTagName( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function getNetuiTagName( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[getNetuiTagName( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[getNetuiTagName("bar", this)][getNetuiTagName("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter. For detailed information on using the function getNetuiTagName( tagId, tag ) see Using JavaScript in Page Flow and Portal Applications.

Beadoc.attributesyntaxvalue:
string_tagId
Beadoc.databindable:
false

getIsmap

public String getIsmap()
Gets the server-side image map declaration.

Returns:
the image map declaration.

setIsmap

public void setIsmap(String ismap)
Sets the server-side image map declaration.

Parameters:
ismap - - the image map declaration.
Beadoc.attributedescription:
The server-side map declaration.
Beadoc.attributesyntaxvalue:
string_isMap
Beadoc.databindable:
false

getLocation

public String getLocation()
Gets the location hash to append to the url.

Returns:
the location hash.

setLocation

public void setLocation(String location)
Sets the location hash to append to the url.

Parameters:
location - - the location hash.
Beadoc.attributedescription:
The location hash to append to the URL.
Beadoc.attributesyntaxvalue:
string_location
Beadoc.databindable:
false

getLowsrc

public String getLowsrc()
Gets the low resolution image source URI.

Returns:
the low-res image source URI.

setLowsrc

public void setLowsrc(String lowsrc)
Sets the the low resolution image source URI.

Parameters:
lowsrc - - the low-res image source URI.
Beadoc.attributedescription:
The low resolution image source URI
Beadoc.attributesyntaxvalue:
string_lowsrc
Beadoc.databindable:
false

getPage

public String getPage()
Gets the module-relative path, starting with a slash character, of the image to be displayed by this rendered tag.

Returns:
the module-relative path.

setPage

public void setPage(String page)
Sets the module-relative path, starting with a slash character, of the image to be displayed by this rendered tag.

Parameters:
page - - the module-relative path.
Beadoc.attributedescription:
The page attribute has been deprecated. The module-relative path of the image to be displayed by this rendered tag.
Beadoc.attributesyntaxvalue:
string_page
Beadoc.databindable:
false

getSrc

public String getSrc()
Gets the image source URI.

Returns:
the source URI.

setSrc

public void setSrc(String src)
Sets the image source URI.

Parameters:
src - - the source URI.
Beadoc.attributedescription:
The image source URI
Beadoc.attributesyntaxvalue:
string_src
Beadoc.databindable:
Read Only

getUsemap

public String getUsemap()
Gets the client-side image map declaration.

Returns:
the map declaration.

setUsemap

public void setUsemap(String usemap)
Sets the client-side image map declaration.

Parameters:
usemap - - the map declaration.
Beadoc.attributedescription:
The client-side image map declaration
Beadoc.attributesyntaxvalue:
string_useMap
Beadoc.databindable:
false

getVspace

public String getVspace()
Gets the vertical spacing around the image.

Returns:
the vertical spacing.

setVspace

public void setVspace(String vspace)
Sets the vertical spacing around the image.

Parameters:
vspace - - the vertical spacing.
Beadoc.attributedescription:
The vertical spacing around the image.
Beadoc.attributesyntaxvalue:
string_vspace
Beadoc.databindable:
Read Only

getWidth

public String getWidth()
Gets the image width.

Returns:
the image width.

setWidth

public void setWidth(String width)
Sets the image width.

Parameters:
width - - the image width.
Beadoc.attributedescription:
The image width.
Beadoc.attributesyntaxvalue:
integer_pixelWidth
Beadoc.databindable:
Read Only

addParameter

public void addParameter(String name,
                         Object value)
                  throws javax.servlet.jsp.JspException
Adds a URL parameter to the generated hyperlink.

Specified by:
addParameter in interface URLParams
Parameters:
name - - the name of the parameter to be added.
value - - the value of the parameter to be added (a String or String[]).
Throws:
javax.servlet.jsp.JspException

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Render the beginning of the IMG tag.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Render the end of the IMG tag.

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred

localRelease

protected void localRelease()
Release any acquired resources.

Overrides:
localRelease in class AbstractBaseTag

src

protected String src()
              throws javax.servlet.jsp.JspException
Return the base source URL that will be rendered in the src property for this generated element, or null if there is no such URL.

Throws:
javax.servlet.jsp.JspException - if an error occurs
Exclude:

url

protected String url(String url)
              throws javax.servlet.jsp.JspException
Return the specified src URL, modified as necessary with optional request parameters.

Parameters:
url - The URL to be modified (or null if this url will not be used)
Throws:
javax.servlet.jsp.JspException - if an error occurs preparing the URL
Exclude:

setTabindex

public void setTabindex(String tabindex)
Sets the tabIndex of the rendered html tag.

Parameters:
tabindex - - the tab index.
Beadoc.attributedescription:
The tabIndex of the rendered HTML tag. This attribute determines the position of the rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
Beadoc.attributesyntaxvalue:
string_tabIndex
Beadoc.databindable:
false

getTabindex

public String getTabindex()
Gets the tabIndex of the rendered html tag.

Returns:
the tabindex.

setStyle

public void setStyle(String style)
Sets the style of the rendered html tag.

Parameters:
style - - the html style.
Beadoc.attributedescription:
Sets the style of the rendered HTML tag.
Beadoc.attributesyntaxvalue:
string_Style
Beadoc.databindable:
false

getStyle

public String getStyle()
Gets the style of the rendered html tag.

Returns:
the style.

setStyleClass

public void setStyleClass(String styleClass)
Sets the style class of the rendered html tag.

Parameters:
styleClass - - the html style class.
Beadoc.attributedescription:
The class of the rendered HTML tag.
Beadoc.attributesyntaxvalue:
string_Class
Beadoc.databindable:
false

getStyleClass

public String getStyleClass()
Gets the style class of the rendered html tag.

Returns:
the style class.

getOnClick

public String getOnClick()
Gets the onClick javascript event.

Returns:
the onClick event.

setOnClick

public void setOnClick(String onclick)
Sets the onClick javascript event.

Parameters:
onclick - - the onClick event.
Beadoc.attributedescription:
The onClick JavaScript event.
Beadoc.attributesyntaxvalue:
string_onClick
Beadoc.databindable:
false

getOnDblClick

public String getOnDblClick()
Gets the onDblClick javascript event.

Returns:
the onDblClick event.

setOnDblClick

public void setOnDblClick(String ondblclick)
Sets the onDblClick javascript event.

Parameters:
ondblclick - - the onDblClick event.
Beadoc.attributedescription:
The onDblClick JavaScript event.
Beadoc.attributesyntaxvalue:
string_onDblClick
Beadoc.databindable:
false

getOnKeyDown

public String getOnKeyDown()
Gets the onKeyDown javascript event.

Returns:
the onKeyDown event.

setOnKeyDown

public void setOnKeyDown(String onkeydown)
Sets the onKeyDown javascript event.

Parameters:
onkeydown - - the onKeyDown event.
Beadoc.attributedescription:
The onKeyDown JavaScript event.
Beadoc.attributesyntaxvalue:
string_onKeyDown
Beadoc.databindable:
false

getOnKeyPress

public String getOnKeyPress()
Gets the onKeyPress javascript event.

Returns:
the onKeyPress event.

setOnKeyPress

public void setOnKeyPress(String onkeypress)
Sets the onKeyPress javascript event.

Parameters:
onkeypress - - the onKeyPress event.
Beadoc.attributedescription:
The onKeyPress JavaScript event.
Beadoc.attributesyntaxvalue:
string_onKeyPress
Beadoc.databindable:
false

getOnKeyUp

public String getOnKeyUp()
Gets the onKeyUp javascript event.

Returns:
the onKeyUp event.

setOnKeyUp

public void setOnKeyUp(String onkeyup)
Sets the onKeyUp javascript event.

Parameters:
onkeyup - - the onKeyUp event.
Beadoc.attributedescription:
The onKeyUp JavaScript event.
Beadoc.attributesyntaxvalue:
string_onKeyUp
Beadoc.databindable:
false

getOnMouseDown

public String getOnMouseDown()
Gets the onMouseDown javascript event.

Returns:
the onMouseDown event.

setOnMouseDown

public void setOnMouseDown(String onmousedown)
Sets the onMouseDown javascript event.

Parameters:
onmousedown - - the onMouseDown event.
Beadoc.attributedescription:
The onMouseDown JavaScript event.
Beadoc.attributesyntaxvalue:
string_onMouseDown
Beadoc.databindable:
false

getOnMouseMove

public String getOnMouseMove()
Gets the onMouseMove javascript event.

Returns:
the onMouseMove event.

setOnMouseMove

public void setOnMouseMove(String onmousemove)
Sets the onMouseMove javascript event.

Parameters:
onmousemove - - the onMouseMove event.
Beadoc.attributedescription:
The onMouseMove JavaScript event.
Beadoc.attributesyntaxvalue:
string_onMouseMove
Beadoc.databindable:
false

getOnMouseOut

public String getOnMouseOut()
Gets the onMouseOut javascript event.

Returns:
the onMouseOut event.

setOnMouseOut

public void setOnMouseOut(String onmouseout)
Sets the onMouseOut javascript event.

Parameters:
onmouseout - - the onMouseOut event.
Beadoc.attributedescription:
The onMouseOut JavaScript event.
Beadoc.attributesyntaxvalue:
string_onMouseOut
Beadoc.databindable:
false

getOnMouseOver

public String getOnMouseOver()
Gets the onMouseOver javascript event.

Returns:
the onMouseOver event.

setOnMouseOver

public void setOnMouseOver(String onmouseover)
Sets the onMouseOver javascript event.

Parameters:
onmouseover - - the onMouseOver event.
Beadoc.attributedescription:
The onMouseOver JavaScript event.
Beadoc.attributesyntaxvalue:
string_onMouseOver
Beadoc.databindable:
false

getOnMouseUp

public String getOnMouseUp()
Gets the onMouseUp javascript event.

Returns:
the onMouseUp event.

setOnMouseUp

public void setOnMouseUp(String onmouseup)
Sets the onMouseUp javascript event.

Parameters:
onmouseup - - the onMouseUp event.
Beadoc.attributedescription:
The onMouseUp JavaScript event.
Beadoc.attributesyntaxvalue:
string_onMouseUp
Beadoc.databindable:
false

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.