com.ideo.sweetdevria.taglib.docking
Class DockingColumnTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.ideo.sweetdevria.taglib.AbstractTagDrawer
          extended by com.ideo.sweetdevria.taglib.AbstractComponentTagSupport
              extended by com.ideo.sweetdevria.taglib.BaseTagSupport
                  extended by com.ideo.sweetdevria.taglib.spliterLayout.SpliterColumnTag
                      extended by com.ideo.sweetdevria.taglib.docking.DockingColumnTag
All Implemented Interfaces:
Hideable, IRiaTag, 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 DockingColumnTag
extends SpliterColumnTag
implements IRiaTag, Hideable

See Also:
Serialized Form

Field Summary
protected static java.lang.String BUILDER_ID
           
protected  java.util.ArrayList dockingWindows
           
 
Fields inherited from class com.ideo.sweetdevria.taglib.spliterLayout.SpliterColumnTag
cellIndex, parent, rendered, spliter, spliterStyle, spliterStyleClass, width
 
Fields inherited from class com.ideo.sweetdevria.taglib.BaseTagSupport
frameDisplayed, style, styleClass
 
Fields inherited from class com.ideo.sweetdevria.taglib.AbstractComponentTagSupport
bodyContent
 
Fields inherited from class com.ideo.sweetdevria.taglib.AbstractTagDrawer
builder, messageKeys, templateEnd, templateStart
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, 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
DockingColumnTag()
           
 
Method Summary
 void addWindow(java.lang.String windowId)
           
 int doEndTag()
          Default processing of the end tag returning EVAL_PAGE.
 void release()
          Release method which must call super.release !
 
Methods inherited from class com.ideo.sweetdevria.taglib.spliterLayout.SpliterColumnTag
doStartTag, getBuilderId, getCellIndex, getLayout, getPageContext, getSpliterStyle, getSpliterStyleClass, getWidth, isRendered, isSpliter, setCellIndex, setRendered, setSpliter, setSpliterStyle, setSpliterStyleClass, setWidth, showSpliter
 
Methods inherited from class com.ideo.sweetdevria.taglib.BaseTagSupport
addCssClass, addCssStyle, getStyle, getStyleClass, setStyle, setStyleClass
 
Methods inherited from class com.ideo.sweetdevria.taglib.AbstractComponentTagSupport
checkId, doAfterBody, doInitBody, getBodyContent, getId, refractorContext, setBodyContent, setId
 
Methods inherited from class com.ideo.sweetdevria.taglib.AbstractTagDrawer
generateHtmlContent, getBuilder, getMessageKeys, getTemplateEnd, getTemplateStart, setPageContext, setTemplateEnd, setTemplateStart
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ideo.sweetdevria.taglib.IRiaTag
doStartTag, getBuilderId, getMessageKeys, getPageContext, getTemplateEnd, getTemplateStart, setPageContext, setTemplateEnd, setTemplateStart
 
Methods inherited from interface com.ideo.sweetdevria.taglib.Hideable
isRendered, setRendered
 
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

BUILDER_ID

protected static final java.lang.String BUILDER_ID
See Also:
Constant Field Values

dockingWindows

protected java.util.ArrayList dockingWindows
Constructor Detail

DockingColumnTag

public DockingColumnTag()
Method Detail

addWindow

public void addWindow(java.lang.String windowId)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Description copied from interface: IRiaTag
Default processing of the end tag returning EVAL_PAGE.

Specified by:
doEndTag in interface IRiaTag
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class AbstractComponentTagSupport
Returns:
EVAL_PAGE or SKIP_PAGE.
Throws:
javax.servlet.jsp.JspException
See Also:
IRiaTag.doEndTag()

release

public void release()
Description copied from interface: IRiaTag
Release method which must call super.release !

Specified by:
release in interface IRiaTag
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class SpliterColumnTag
See Also:
AbstractComponentTagSupport.release()


Copyright © 2010 Ideo Technologies. All Rights Reserved.