com.pow2.webgui.taglib
Class WindowTag

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

public class WindowTag
extends Window

WindowTag class.
This tag renderers a "window" like theme around its content.

Author:
Luca Fossato
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pow2.webgui.window.Window
KEY
 
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
WindowTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 
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

WindowTag

public WindowTag()
Method Detail

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


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