com.pow2.webgui.taglib
Class TabbedSelectorTag

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.TabbedSelector
                  extended by com.pow2.webgui.taglib.TabbedSelectorTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class TabbedSelectorTag
extends TabbedSelector
implements javax.servlet.jsp.tagext.TryCatchFinally

TabbedSelectorTag class.

Author:
Luca Fossato
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pow2.webgui.tabbedselector.TabbedSelector
KEY, selectedTab, tabs
 
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
TabbedSelectorTag()
           
 
Method Summary
 void doCatch(Throwable t)
          DOCUMENT ME!
 int doEndTag()
           
 void doFinally()
          Reset selected Tab. necessary for tomcat 4.1.x.
 int doStartTag()
           
 TabbedSelector getTabbedSelector()
          Gets the TabbedPanel attribute of this tag.
 
Methods inherited from class com.pow2.webgui.tabbedselector.TabbedSelector
addTab, addTab, getSelectedTab, getTabs, getTabsDescription, removeTab, removeTab, removeTabs, setSelectedTab, updateAttributes
 
Methods inherited from class com.pow2.webgui.Widget
draw, getColor, getContent, getContentProvider, getContentProviderName, getDrawer, getFollowUp, 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

TabbedSelectorTag

public TabbedSelectorTag()
Method Detail

getTabbedSelector

public TabbedSelector getTabbedSelector()
Gets the TabbedPanel attribute of this tag.

Returns:
the TabbedPanel attribute of this tag.

doStartTag

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

doEndTag

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

doFinally

public void doFinally()
Reset selected Tab. necessary for tomcat 4.1.x.
2002118 Henner.Kollmann@aucos.de

Specified by:
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinally

doCatch

public void doCatch(Throwable t)
             throws Throwable
DOCUMENT ME!
2002118 Henner.Kollmann@aucos.de

Specified by:
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinally
Parameters:
t - DOCUMENT ME!
Throws:
Throwable - DOCUMENT ME!


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