com.iplanet.jato.taglib.tree
Class TreeTagBase

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.iplanet.jato.taglib.TagBase
              |
              +--com.iplanet.jato.taglib.DisplayFieldTagBase
                    |
                    +--com.iplanet.jato.taglib.tree.TreeTagBase
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
TreeNodeHandleTag, TreeNodeLevelTag, TreeNodeTag

public class TreeTagBase
extends DisplayFieldTagBase

Version:
JATO/1.2.2 $Id: TreeTagBase.java,v 1.8 2002/03/16 03:26:37 todd Exp $
See Also:
Serialized Form

Fields inherited from class com.iplanet.jato.taglib.DisplayFieldTagBase
FORMATTING_ENABLED
 
Fields inherited from class com.iplanet.jato.taglib.TagBase
USE_TEI, VAR_CURRENT_CONTAINER_VIEW, VAR_CURRENT_TILED_VIEW
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
TreeTagBase()
           
 
Method Summary
protected  TreeView getParentTreeView()
          Note this implementation assumes that any tags making use of this method require that the tags are directly parented by TreeViews and not any of the other ContainerViews.
 
Methods inherited from class com.iplanet.jato.taglib.DisplayFieldTagBase
appendCommonHtmlAttributes, appendExtraHtml, appendJavaScriptAttributes, formatValue, getAccessKey, getAlt, getDefaultValue, getDisabled, getExtraHtml, getFormatMask, getFormatType, getOnBlur, getOnChange, getOnClick, getOnDblClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getOnSelect, getTabIndex, setAccessKey, setAlt, setDefaultValue, setDisabled, setExtraHtml, setFormatMask, setFormatType, setOnBlur, setOnChange, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setOnSelect, setTabIndex
 
Methods inherited from class com.iplanet.jato.taglib.TagBase
appendStyleAttributes, checkChildType, fireBeginDisplayEvent, fireEndDisplayEvent, getElementId, getFireDisplayEvents, getName, getParentContainerView, getParentContainerViewTag, getParentViewBean, getRequestContext, getStyle, getStyleClass, getValue, getValueMap, getValues, isTrue, peekContextValue, popContainerView, popContextValue, popPageletContainerViewTag, pushContainerView, pushContextValue, pushPageletContainerViewTag, release, removeValue, reset, setElementId, setFireDisplayEvents, setName, setStyle, setStyleClass, setValue, shouldFireDisplayEvents, writeOutput, writeOutput, writeOutput
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, doStartTag, findAncestorWithClass, getId, getParent, setId, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeTagBase

public TreeTagBase()
Method Detail

getParentTreeView

protected TreeView getParentTreeView()
                              throws javax.servlet.jsp.JspException
Note this implementation assumes that any tags making use of this method require that the tags are directly parented by TreeViews and not any of the other ContainerViews. This method does not recurse up the ContainerView hierarchy.