railo.runtime.tag
Class Tree

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by railo.runtime.tag.Tree
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public final class Tree
extends BodyTagImpl


Field Summary
 
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
Tree()
           
 
Method Summary
 void addTreeItem(TreeItemBean item)
           
 void setAlign(String align)
           
 void setAppendkey(boolean appendkey)
           
 void setBold(boolean bold)
           
 void setBorder(boolean border)
           
 void setCompletepath(String completepath)
           
 void setDelimiter(String delimiter)
           
 void setEnabled(String enabled)
           
 void setFont(String font)
           
 void setFontsize(double fontsize)
           
 void setFormat(String format)
           
 void setHeight(double height)
           
 void setHighlightref(boolean highlightref)
           
 void setHscroll(boolean hscroll)
           
 void setItalic(boolean italic)
           
 void setLookandfeel(String lookandfeel)
           
 void setMessage(String message)
           
 void setName(String name)
           
 void setNotsupported(String notsupported)
           
 void setOnblur(String onblur)
           
 void setOnchange(String onchange)
           
 void setOnerror(String onerror)
           
 void setOnfocus(String onfocus)
           
 void setOnvalidate(String onvalidate)
           
 void setRequired(boolean required)
           
 void setStyle(String style)
           
 void setTooltip(String tooltip)
           
 void setVisible(boolean visible)
           
 void setVscroll(boolean vscroll)
           
 void setVspace(double vspace)
           
 void setWidth(double width)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
doAfterBody, doInitBody, release, setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, doStartTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

Tree

public Tree()
     throws ApplicationException
Throws:
ApplicationException
Method Detail

setAlign

public void setAlign(String align)
Parameters:
align - the align to set

setAppendkey

public void setAppendkey(boolean appendkey)
Parameters:
appendkey - the appendkey to set

setBold

public void setBold(boolean bold)
Parameters:
bold - the bold to set

setBorder

public void setBorder(boolean border)
Parameters:
border - the border to set

setCompletepath

public void setCompletepath(String completepath)
Parameters:
completepath - the completepath to set

setDelimiter

public void setDelimiter(String delimiter)
Parameters:
delimiter - the delimiter to set

setEnabled

public void setEnabled(String enabled)
Parameters:
enabled - the enabled to set

setFont

public void setFont(String font)
Parameters:
font - the font to set

setFontsize

public void setFontsize(double fontsize)
Parameters:
fontsize - the fontsize to set

setFormat

public void setFormat(String format)
Parameters:
format - the format to set

setHeight

public void setHeight(double height)
Parameters:
height - the height to set

setHighlightref

public void setHighlightref(boolean highlightref)
Parameters:
highlightref - the highlightref to set

setHscroll

public void setHscroll(boolean hscroll)
Parameters:
hscroll - the hscroll to set

setItalic

public void setItalic(boolean italic)
Parameters:
italic - the italic to set

setLookandfeel

public void setLookandfeel(String lookandfeel)
Parameters:
lookandfeel - the lookandfeel to set

setMessage

public void setMessage(String message)
Parameters:
message - the message to set

setName

public void setName(String name)
Parameters:
name - the name to set

setNotsupported

public void setNotsupported(String notsupported)
Parameters:
notsupported - the notsupported to set

setOnblur

public void setOnblur(String onblur)
Parameters:
onblur - the onblur to set

setOnchange

public void setOnchange(String onchange)
Parameters:
onchange - the onchange to set

setOnerror

public void setOnerror(String onerror)
Parameters:
onerror - the onerror to set

setOnfocus

public void setOnfocus(String onfocus)
Parameters:
onfocus - the onfocus to set

setOnvalidate

public void setOnvalidate(String onvalidate)
Parameters:
onvalidate - the onvalidate to set

setRequired

public void setRequired(boolean required)
Parameters:
required - the required to set

setStyle

public void setStyle(String style)
Parameters:
style - the style to set

setTooltip

public void setTooltip(String tooltip)
Parameters:
tooltip - the tooltip to set

setVisible

public void setVisible(boolean visible)
Parameters:
visible - the visible to set

setVscroll

public void setVscroll(boolean vscroll)
Parameters:
vscroll - the vscroll to set

setVspace

public void setVspace(double vspace)
Parameters:
vspace - the vspace to set

setWidth

public void setWidth(double width)
Parameters:
width - the width to set

addTreeItem

public void addTreeItem(TreeItemBean item)


Copyright © 2012 Railo