it.eng.spagobi.qbe.commons.presentation.tag
Class TabTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by it.eng.spagobi.qbe.commons.presentation.tag.BaseTagSupport
              extended by it.eng.spagobi.qbe.commons.presentation.tag.QbeTagSupport
                  extended by it.eng.spagobi.qbe.commons.presentation.tag.TabTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class TabTag
extends QbeTagSupport

The Class TabTag.

Author:
Andrea Gioia
See Also:
Serialized Form

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
TabTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getId()
           
 java.lang.String getLabel()
          Gets the label.
 java.lang.String getMsg()
          Gets the msg.
 java.lang.String getTooltip()
          Gets the tooltip.
 void setId(java.lang.String id)
           
 void setLabel(java.lang.String label)
          Sets the label.
 void setMsg(java.lang.String msg)
          Sets the msg.
 void setTooltip(java.lang.String tooltip)
          Sets the tooltip.
 
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

TabTag

public TabTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport

getId

public java.lang.String getId()
Overrides:
getId in class javax.servlet.jsp.tagext.TagSupport

setId

public void setId(java.lang.String id)
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

getMsg

public java.lang.String getMsg()
Gets the msg.

Returns:
the msg

setMsg

public void setMsg(java.lang.String msg)
Sets the msg.

Parameters:
msg - the new msg

getLabel

public java.lang.String getLabel()
Gets the label.

Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Sets the label.

Parameters:
label - the new label

getTooltip

public java.lang.String getTooltip()
Gets the tooltip.

Returns:
the tooltip

setTooltip

public void setTooltip(java.lang.String tooltip)
Sets the tooltip.

Parameters:
tooltip - the new tooltip