|
||||||||||
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
it.eng.spagobi.qbe.commons.presentation.tag.BaseTagSupport
it.eng.spagobi.qbe.commons.presentation.tag.QbeTagSupport
it.eng.spagobi.qbe.commons.presentation.tag.ButtonTag
public class ButtonTag
The Class ButtonTag.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
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 | |
---|---|
void |
addParameter(java.lang.String name,
java.lang.String value)
Adds the parameter. |
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.String |
getId()
|
java.lang.String |
getImage()
Gets the image. |
java.lang.String |
getName()
Gets the name. |
java.util.Map |
getParameters()
Gets the parameters. |
java.util.List |
getPNames()
Gets the p names. |
java.lang.String |
getTooltip()
Gets the tooltip. |
java.lang.String |
getType()
Gets the type. |
void |
setId(java.lang.String id)
|
void |
setImage(java.lang.String image)
Sets the image. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParameters(java.util.Map parameters)
Sets the parameters. |
void |
setPNames(java.util.List names)
Sets the p names. |
void |
setTooltip(java.lang.String tooltip)
Sets the tooltip. |
void |
setType(java.lang.String type)
Sets the type. |
Methods inherited from class it.eng.spagobi.qbe.commons.presentation.tag.QbeTagSupport |
---|
getActionUrl, getDatamartModel, getDatamartWizard, getEngineInstance, getLocale, getQbeUrlGenerator, getQuery, getResourceUrl, isStandaloneModality, isWebModality |
Methods inherited from class it.eng.spagobi.qbe.commons.presentation.tag.BaseTagSupport |
---|
getRequest, getRequestContainer, getResponseContainer, getSessionContainer |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, 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 |
Constructor Detail |
---|
public ButtonTag()
Method Detail |
---|
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void addParameter(java.lang.String name, java.lang.String value)
name
- the namevalue
- the valuepublic java.lang.String getId()
getId
in class javax.servlet.jsp.tagext.TagSupport
public void setId(java.lang.String id)
setId
in class javax.servlet.jsp.tagext.TagSupport
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the new typepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getTooltip()
public void setTooltip(java.lang.String tooltip)
tooltip
- the new tooltippublic java.lang.String getImage()
public void setImage(java.lang.String image)
image
- the new imagepublic java.util.Map getParameters()
public void setParameters(java.util.Map parameters)
parameters
- the new parameterspublic java.util.List getPNames()
public void setPNames(java.util.List names)
names
- the new p names
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |