|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
pt.moredata.taglibs.widgets.ButtonTag
ButtonTag.java Company MoreData
| Field Summary | |
protected JspButton |
_button
Informacao acerca do botao. |
protected javax.servlet.jsp.JspWriter |
_out
|
protected ToolBarTag |
_parent
TollBarTag onde o botao esta inserido. |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| 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 | |
ButtonTag()
|
|
| Method Summary | |
int |
doAfterBody()
Metodo executado em cada iteracao depois de se ter processado o conteudo da tag. |
void |
doCatch(java.lang.Throwable t)
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody(). |
int |
doEndTag()
Processa o fim da tag. |
void |
doFinally()
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag. |
int |
doStartTag()
Processa o inicio da tag. |
protected void |
printTag()
Imprime o codigo do botao em HTML. |
void |
setAccesskey(java.lang.String accesskey)
Setter for property accesskey. |
void |
setBodyContentString(java.lang.String bodyContentString)
Setter for property bodyContentString. |
void |
setClass(java.lang.String _class)
Setter for property class. |
void |
setDir(java.lang.String dir)
Setter for property dir. |
void |
setDisabled(java.lang.String disabled)
Setter for property disabled. |
void |
setId(java.lang.String id)
Setter for property id. |
void |
setLang(java.lang.String lang)
Setter for property lang. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setOnblur(java.lang.String onblur)
Setter for property onblur. |
void |
setOnclick(java.lang.String onclick)
Setter for property onclick. |
void |
setOndblclick(java.lang.String ondblclick)
Setter for property ondblclick. |
void |
setOnfocus(java.lang.String onfocus)
Setter for property onfocus. |
void |
setOnkeydown(java.lang.String onkeydown)
Setter for property onkeydown. |
void |
setOnkeypress(java.lang.String onkeypress)
Setter for property onkeypress. |
void |
setOnkeyup(java.lang.String onkeyup)
Setter for property onkeyup. |
void |
setOnmousedown(java.lang.String onmousedown)
Setter for property onmousedown. |
void |
setOnmousemove(java.lang.String onmousemove)
Setter for property onmousemove. |
void |
setOnmouseout(java.lang.String onmouseout)
Setter for property onmouseout. |
void |
setOnmouseover(java.lang.String onmouseover)
Setter for property onmouseover. |
void |
setOnmouseup(java.lang.String onmouseup)
Setter for property onmouseup. |
void |
setStyle(java.lang.String style)
Setter for property style. |
void |
setTabindex(java.lang.String tabindex)
Setter for property tabindex. |
void |
setTitle(java.lang.String title)
Setter for property title. |
void |
setType(java.lang.String type)
Setter for property type. |
void |
setValue(java.lang.String value)
Setter for property value. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, 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, setPageContext, setParent |
| Field Detail |
protected JspButton _button
protected ToolBarTag _parent
protected javax.servlet.jsp.JspWriter _out
| Constructor Detail |
public ButtonTag()
| Method Detail |
protected void printTag()
throws java.io.IOException
java.io.IOException
public int doStartTag()
throws javax.servlet.jsp.JspTagException
doStartTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspTagException
public int doAfterBody()
throws javax.servlet.jsp.JspTagException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagjavax.servlet.jsp.JspTagException - Caso ocorra algum erro a processar a tag.
public int doEndTag()
throws javax.servlet.jsp.JspTagException
doEndTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspTagException
public void doCatch(java.lang.Throwable t)
throws java.lang.Throwable
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinallyt - - The throwable exception navigating through this tag.
java.lang.Throwable - - if the exception is to be rethrown further
up the nest chain.public void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallypublic void setBodyContentString(java.lang.String bodyContentString)
bodyContentString - New value of property bodyContentString.public void setAccesskey(java.lang.String accesskey)
accesskey - New value of property accesskey.public void setClass(java.lang.String _class)
public void setDir(java.lang.String dir)
dir - New value of property dir.public void setDisabled(java.lang.String disabled)
disabled - New value of property disabled.public void setId(java.lang.String id)
id - New value of property id.public void setLang(java.lang.String lang)
lang - New value of property lang.public void setName(java.lang.String name)
name - New value of property name.public void setOnblur(java.lang.String onblur)
onblur - New value of property onblur.public void setOnclick(java.lang.String onclick)
onclick - New value of property onclick.public void setOndblclick(java.lang.String ondblclick)
ondblclick - New value of property ondblclick.public void setOnfocus(java.lang.String onfocus)
onfocus - New value of property onfocus.public void setOnkeydown(java.lang.String onkeydown)
onkeydown - New value of property onkeydown.public void setOnkeypress(java.lang.String onkeypress)
onkeypress - New value of property onkeypress.public void setOnkeyup(java.lang.String onkeyup)
onkeyup - New value of property onkeyup.public void setOnmousedown(java.lang.String onmousedown)
onmousedown - New value of property onmousedown.public void setOnmousemove(java.lang.String onmousemove)
onmousemove - New value of property onmousemove.public void setOnmouseout(java.lang.String onmouseout)
onmouseout - New value of property onmouseout.public void setOnmouseover(java.lang.String onmouseover)
onmouseover - New value of property onmouseover.public void setOnmouseup(java.lang.String onmouseup)
onmouseup - New value of property onmouseup.public void setStyle(java.lang.String style)
style - New value of property style.public void setTabindex(java.lang.String tabindex)
tabindex - New value of property tabindex.public void setTitle(java.lang.String title)
title - New value of property title.public void setType(java.lang.String type)
type - New value of property type.public void setValue(java.lang.String value)
value - New value of property value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||