railo.runtime.tag
Class Tree
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
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
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()
|
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, doStartTag, getParent, setPageContext, setParent |
Tree
public Tree()
throws ApplicationException
- Throws:
ApplicationException
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