public class TreeTag extends AbstractClosingTag
Tree
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected String |
blankIconSrc |
protected String |
childCollectionProperty |
protected String |
collapsedNotifyTopics |
protected String |
errorNotifyTopics |
protected String |
expandedNotifyTopics |
protected String |
expandIconSrcMinus |
protected String |
expandIconSrcPlus |
protected String |
gridIconSrcC |
protected String |
gridIconSrcL |
protected String |
gridIconSrcP |
protected String |
gridIconSrcV |
protected String |
gridIconSrcX |
protected String |
gridIconSrcY |
protected String |
href |
protected String |
iconHeight |
protected String |
iconWidth |
protected String |
nodeIdProperty |
protected String |
nodeTitleProperty |
protected String |
rootNode |
protected String |
selectedNotifyTopics |
protected String |
showGrid |
protected String |
showRootGrid |
protected String |
templateCssPath |
protected String |
toggle |
protected String |
toggleDuration |
openTemplate
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, requiredLabel, requiredPosition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value
component
Constructor and Description |
---|
TreeTag() |
setOpenTemplate
setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setErrorPosition, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue
doEndTag, doStartTag, getComponent
findString, findValue, findValue, getBody, getStack, toString
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
protected String toggle
protected String selectedNotifyTopics
protected String expandedNotifyTopics
protected String collapsedNotifyTopics
protected String rootNode
protected String childCollectionProperty
protected String nodeTitleProperty
protected String nodeIdProperty
protected String showRootGrid
protected String showGrid
protected String blankIconSrc
protected String gridIconSrcL
protected String gridIconSrcV
protected String gridIconSrcP
protected String gridIconSrcC
protected String gridIconSrcX
protected String gridIconSrcY
protected String expandIconSrcPlus
protected String expandIconSrcMinus
protected String iconWidth
protected String iconHeight
protected String toggleDuration
protected String templateCssPath
protected String href
protected String errorNotifyTopics
public Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
getBean
in class ComponentTagSupport
protected void populateParams()
populateParams
in class AbstractClosingTag
public String getToggle()
public void setToggle(String toggle)
@Deprecated public void setTreeSelectedTopic(String treeSelectedTopic)
@Deprecated public void setTreeExpandedTopic(String treeExpandedTopic)
@Deprecated public void setTreeCollapsedTopic(String treeCollapsedTopic)
public String getRootNode()
public void setRootNode(String rootNode)
public String getChildCollectionProperty()
public void setChildCollectionProperty(String childCollectionProperty)
public String getNodeTitleProperty()
public void setNodeTitleProperty(String nodeTitleProperty)
public String getNodeIdProperty()
public void setNodeIdProperty(String nodeIdProperty)
public String getShowRootGrid()
public void setShowRootGrid(String showRootGrid)
public String getBlankIconSrc()
public void setBlankIconSrc(String blankIconSrc)
public String getExpandIconSrcMinus()
public void setExpandIconSrcMinus(String expandIconSrcMinus)
public String getExpandIconSrcPlus()
public void setExpandIconSrcPlus(String expandIconSrcPlus)
public String getGridIconSrcC()
public void setGridIconSrcC(String gridIconSrcC)
public String getGridIconSrcL()
public void setGridIconSrcL(String gridIconSrcL)
public String getGridIconSrcP()
public void setGridIconSrcP(String gridIconSrcP)
public String getGridIconSrcV()
public void setGridIconSrcV(String gridIconSrcV)
public String getGridIconSrcX()
public void setGridIconSrcX(String gridIconSrcX)
public String getGridIconSrcY()
public void setGridIconSrcY(String gridIconSrcY)
public String getIconHeight()
public void setIconHeight(String iconHeight)
public String getIconWidth()
public void setIconWidth(String iconWidth)
public String getTemplateCssPath()
public void setTemplateCssPath(String templateCssPath)
public String getToggleDuration()
public void setToggleDuration(String toggleDuration)
public String getShowGrid()
public void setShowGrid(String showGrid)
public void setCollapsedNotifyTopics(String collapsedNotifyTopics)
public void setExpandedNotifyTopics(String expandedNotifyTopics)
public void setSelectedNotifyTopics(String selectedNotifyTopics)
public void setHref(String href)
public void setErrorNotifyTopics(String errorNotifyTopics)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.