com.pow2.webgui.taglib
Class TabTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.pow2.webgui.Widget
              extended by com.pow2.webgui.tabbedselector.Tab
                  extended by com.pow2.webgui.taglib.TabTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class TabTag
extends Tab

TabTag class.
Represents a tab component for a TabbedPanel component.
Here's an example of the usage of this tag: content of tab1 ...

Author:
Luca Fossato
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pow2.webgui.tabbedselector.Tab
DOWN, FOLLOWUP_PARAMETER, FOLLOWUP_PARAMETER_PREFIX, KEY, LEFTDOWN, LEFTUP, type, UP
 
Fields inherited from class com.pow2.webgui.Widget
cat, color, content, contentProvider, contentProviderName, drawer, followUp, height, id, name, parentW, title, titleType, widgetDrawer, widgetInfo, width
 
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()
          Constructor
 
Method Summary
 int doEndTag()
           
 int doStartTag()
          Process the start tag for this instance.
 
Methods inherited from class com.pow2.webgui.tabbedselector.Tab
getFollowUp, getType, isSelected, setType, setType
 
Methods inherited from class com.pow2.webgui.Widget
draw, getColor, getContent, getContentProvider, getContentProviderName, getDrawer, getHeight, getId, getName, getParentW, getTitle, getTitleType, getWidgetDrawer, getWidgetInfo, getWidth, setColor, setContent, setContentProvider, setContentProviderName, setDrawer, setFollowUp, setHeight, setId, setName, setParentW, setTitle, setTitleType, setWidgetDrawer, setWidgetInfo, setWidth, updateAttributes
 
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()
Constructor

Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Process the start tag for this instance.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Returns:
EVAL_BODY_TAG
Throws:
javax.servlet.jsp.JspTagException - Description of Exception

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Returns:
Description of the Returned Value
Throws:
javax.servlet.jsp.JspException - Description of Exception


Copyright © 2002-2005 Power Of Two S.r.l. All Rights Reserved.