|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
com.jcorporate.expresso.ext.taglib.TransitionTag
The TransitionTag renders an Expresso Transition item in HTML as either a submit button or an image button. To render an image button the SRC and TYPE="IMAGE" attributes must be specified in the tag.
| Field Summary |
| Fields inherited from class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport |
ctlrResp, response |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| 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 | |
TransitionTag()
|
|
| Method Summary | |
int |
doEndTag()
Standard doEndTag. |
int |
doStartTag()
Do nothing until end tag. |
String |
getAlt()
Insert the method's description here. |
String |
getClassValue()
Get the class value, used for buttons Creation date: (07/12/02) |
protected String |
getJavaScript()
Return the different JavaScript actions : onclick, e.a. |
String |
getName()
Getter method for getName(). |
String |
getOnclick()
Getter method for javascript : onclick by Jan MOONS |
String |
getSrc()
Insert the method's description here. |
String |
getType()
Insert the method's description here. |
String |
getValue()
Insert the method's description here. |
void |
setAlt(String newAlt)
Insert the method's description here. |
void |
setClassValue(String newClassValue)
Used for setting the class value for buttons Creation date: (12/29/2000 %r) |
void |
setName(String newName)
Insert the method's description here. |
void |
setOnclick(String newValue)
Setter method for javascript : onlick by Jan MOONS |
void |
setSrc(String newSrc)
Insert the method's description here. |
void |
setType(String newType)
Insert the method's description here. |
void |
setValue(String newValue)
Insert the method's description here. |
| Methods inherited from class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport |
getAncestor, getContainer, getControllerResponse, getResponse, setResponse |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransitionTag()
| Method Detail |
public int doEndTag()
throws JspTagException
JspTagException
public int doStartTag()
throws JspTagException
JspTagException - The exception description.protected String getJavaScript()
public String getName()
public String getValue()
public String getClassValue()
public String getOnclick()
public void setName(String newName)
newName - java.lang.Stringpublic void setValue(String newValue)
newValue - java.lang.Stringpublic void setClassValue(String newClassValue)
newClassValue - java.lang.Stringpublic void setOnclick(String newValue)
newValue - java.lang.Stringpublic String getAlt()
public String getSrc()
public String getType()
public void setAlt(String newAlt)
newAlt - java.lang.Stringpublic void setSrc(String newSrc)
newSrc - java.lang.Stringpublic void setType(String newType)
newType - java.lang.String
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||