|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport net.sf.wfnm.web.taglib.StatusTag
A tag that display the status of the framework.
Field Summary |
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 | |
StatusTag()
|
Method Summary | |
int |
doStartTag()
Implements the start of the tag |
void |
setHeight(int height)
Set the height of the status table |
void |
setPageColor(String pageColor)
Sets the page color |
void |
setWebflowColors(String colors)
Sets the colors of webflows background |
void |
setWidth(int width)
Set the width of the status table |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, 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 StatusTag()
Method Detail |
public void setHeight(int height)
height
- The height to set.public void setPageColor(String pageColor)
pageColor
- The pageColor to set.public void setWebflowColors(String colors)
colors
- The colors to set in the form. For example 'A=#CFFAFA; B=#FAFA9A; C=#FACF9A; D=#DAFADA'public void setWidth(int width)
width
- The width to set.public int doStartTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
- if something fails
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |