net.sf.ginp.tags
Class TreeMenu

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by net.sf.ginp.tags.TreeMenu
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class TreeMenu
extends javax.servlet.jsp.tagext.TagSupport
implements javax.servlet.jsp.tagext.IterationTag

Tag for building a tree menu based on the model state.

Version:
$Revision: 303 $
Author:
Doug Culnane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
TreeMenu()
           
 
Method Summary
 int doStartTag()
          Description of the Method
 void setAnchorextra(java.lang.String s)
          Sets the beforelabel attribute of the TreeMenu object
 void setFolderclosed(java.lang.String s)
          Sets the folderclosed attribute of the TreeMenu object
 void setFolderopen(java.lang.String s)
          Sets the folderopen attribute of the TreeMenu object
 void setGridblank(java.lang.String s)
          Sets the gridblank attribute of the TreeMenu object
 void setGridcont(java.lang.String s)
          Sets the gridcont attribute of the TreeMenu object
 void setGridend(java.lang.String s)
          Sets the gridend attribute of the TreeMenu object
 void setGridtee(java.lang.String s)
          Sets the gridtee attribute of the TreeMenu object
 void setLineend(java.lang.String s)
          Sets the lineend attribute of the TreeMenu object
 void setLinestart(java.lang.String s)
          Sets the linestart attribute of the TreeMenu object
 void setNodeicon(java.lang.String s)
          Sets the nodeicon attribute of the TreeMenu object
 void setShownodes(boolean b)
          Constructor for the setShownodes object
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, 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.IterationTag
doAfterBody
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, getParent, release, setPageContext, setParent
 

Constructor Detail

TreeMenu

public TreeMenu()
Method Detail

setAnchorextra

public void setAnchorextra(java.lang.String s)
Sets the beforelabel attribute of the TreeMenu object

Parameters:
s - The new beforelabel value

setFolderclosed

public void setFolderclosed(java.lang.String s)
Sets the folderclosed attribute of the TreeMenu object

Parameters:
s - The new folderclosed value

setFolderopen

public void setFolderopen(java.lang.String s)
Sets the folderopen attribute of the TreeMenu object

Parameters:
s - The new folderopen value

setGridblank

public void setGridblank(java.lang.String s)
Sets the gridblank attribute of the TreeMenu object

Parameters:
s - The new gridblank value

setGridcont

public void setGridcont(java.lang.String s)
Sets the gridcont attribute of the TreeMenu object

Parameters:
s - The new gridcont value

setGridend

public void setGridend(java.lang.String s)
Sets the gridend attribute of the TreeMenu object

Parameters:
s - The new gridend value

setGridtee

public void setGridtee(java.lang.String s)
Sets the gridtee attribute of the TreeMenu object

Parameters:
s - The new gridtee value

setLineend

public void setLineend(java.lang.String s)
Sets the lineend attribute of the TreeMenu object

Parameters:
s - The new lineend value

setLinestart

public void setLinestart(java.lang.String s)
Sets the linestart attribute of the TreeMenu object

Parameters:
s - The new linestart value

setNodeicon

public void setNodeicon(java.lang.String s)
Sets the nodeicon attribute of the TreeMenu object

Parameters:
s - The new nodeicon value

setShownodes

public void setShownodes(boolean b)
Constructor for the setShownodes object

Parameters:
b - Description of the Parameter

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Description of the Method

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
Description of the Return Value
Throws:
javax.servlet.jsp.JspException - Description of the Exception


Copyright © 2004-2007 null. All Rights Reserved.