|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSimpleTagSupport
AbstractSimpleTag
Caption
public class Caption
Constructor Summary | |
---|---|
Caption()
|
Method Summary | |
---|---|
void |
doTag()
|
String |
getTagName()
Return the name of the tag. |
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 |
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 |
setTitle(String title)
Sets the value of the title attribute. |
Methods inherited from class AbstractSimpleTag |
---|
getBufferBody, getHtmlTag, getIdForTagId, getInlineError, getPageContext, getScriptReporter, getUserLocale, hasErrors, registerTagError, registerTagError, reportErrors, rewriteName, setNonEmptyValueAttribute, setRequiredValueAttribute, write |
Methods inherited from class SimpleTagSupport |
---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Caption()
Method Detail |
---|
public String getTagName()
AbstractSimpleTag
getTagName
in interface INetuiTag
getTagName
in class AbstractSimpleTag
public void setOnClick(String onClick)
onClick
- - the onClick event.public void setOnDblClick(String onDblClick)
onDblClick
- - the onDblClick event.public void setOnKeyDown(String onKeyDown)
onKeyDown
- - the onKeyDown event.public void setOnKeyUp(String onKeyUp)
onKeyUp
- - the onKeyUp event.public void setOnKeyPress(String onKeyPress)
onKeyPress
- - the onKeyPress event.public void setOnMouseDown(String onMouseDown)
onMouseDown
- - the onMouseDown event.public void setOnMouseUp(String onMouseUp)
onMouseUp
- - the onMouseUp event.public void setOnMouseMove(String onMouseMove)
onMouseMove
- - the onMouseMove event.public void setOnMouseOut(String onMouseOut)
onMouseOut
- - the onMouseOut event.public void setOnMouseOver(String onMouseOver)
onMouseOver
- - the onMouseOver event.public void setStyle(String style)
style
- - the html style.public void setStyleClass(String styleClass)
styleClass
- - the html style class.public void setTitle(String title)
title
- public void doTag() throws IOException, JspException
doTag
in interface SimpleTag
doTag
in class SimpleTagSupport
IOException
JspException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |