Expresso 5-6

com.jcorporate.expresso.ext.taglib
Class TransitionTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.jcorporate.expresso.ext.taglib.ExpressoTagSupport
          extended bycom.jcorporate.expresso.ext.taglib.TransitionTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class TransitionTag
extends ExpressoTagSupport

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.

Since:
Expresso 4.0
Author:
Adam Rossi, Platinum Solutions
See Also:
Serialized Form

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

TransitionTag

public TransitionTag()
Method Detail

doEndTag

public int doEndTag()
             throws JspTagException
Standard doEndTag.

Returns:
int
Throws:
JspTagException

doStartTag

public int doStartTag()
               throws JspTagException
Do nothing until end tag.

Returns:
int
Throws:
JspTagException - The exception description.

getJavaScript

protected String getJavaScript()
Return the different JavaScript actions : onclick, e.a. By Jan MOONS Used a method so you can add more javascript actions to it if needed.

Returns:
java.lang.String

getName

public String getName()
Getter method for getName().

Returns:
java.lang.String

getValue

public String getValue()
Insert the method's description here. Creation date: (12/29/2000 %r)

Returns:
java.lang.String

getClassValue

public String getClassValue()
Get the class value, used for buttons Creation date: (07/12/02)

Returns:
java.lang.String

getOnclick

public String getOnclick()
Getter method for javascript : onclick by Jan MOONS

Returns:
java.lang.String
Since:
12/18/2001

setName

public void setName(String newName)
Insert the method's description here. Creation date: (12/29/2000 %r)

Parameters:
newName - java.lang.String

setValue

public void setValue(String newValue)
Insert the method's description here. Creation date: (12/29/2000 %r)

Parameters:
newValue - java.lang.String

setClassValue

public void setClassValue(String newClassValue)
Used for setting the class value for buttons Creation date: (12/29/2000 %r)

Parameters:
newClassValue - java.lang.String

setOnclick

public void setOnclick(String newValue)
Setter method for javascript : onlick by Jan MOONS

Parameters:
newValue - java.lang.String
Since:
12/18/2001

getAlt

public String getAlt()
Insert the method's description here. Creation date: (5/1/2002 11:36:00 PM)

Returns:
java.lang.String

getSrc

public String getSrc()
Insert the method's description here. Creation date: (5/1/2002 10:41:45 PM)

Returns:
java.lang.String

getType

public String getType()
Insert the method's description here. Creation date: (5/1/2002 9:47:28 PM)

Returns:
java.lang.String

setAlt

public void setAlt(String newAlt)
Insert the method's description here. Creation date: (5/1/2002 11:36:00 PM)

Parameters:
newAlt - java.lang.String

setSrc

public void setSrc(String newSrc)
Insert the method's description here. Creation date: (5/1/2002 10:41:45 PM)

Parameters:
newSrc - java.lang.String

setType

public void setType(String newType)
Insert the method's description here. Creation date: (5/1/2002 9:47:28 PM)

Parameters:
newType - java.lang.String

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.