sweetdev-ria-el
Tag tree


Description : Tag for the tree component


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELTreeTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameTree

Attributes
NameRequiredRequest-timeTypeDescription
displayedLevelsfalsetrueintSet the number of levels loaded at startup (not lazy loaded). [3(default)]. Set it to 0 to load the whole tree at startup.
nodeHeightfalsetrueintSet the new node height.
displayRootfalsetruebooleanSet the visibility of the root node. Default is visible.
nodeTypestruetruejava.util.ListSet the node types included in this tree. A List of com.ideo.sweetdevria.taglib.tree.model.NodeTypeBean is required.
nodesfalsetruecom.ideo.sweetdevria.taglib.tree.model.NodeModelSet a NodeModel root of this tree. Incompatible with dataProvider attribute or some treeNode in body. Type is com.ideo.sweetdevria.taglib.tree.model.NodeModel
dataProviderfalsetruecom.ideo.sweetdevria.taglib.tree.data.ITreeDataProviderSet a custom data provider for this tree. Incompatible with nodes attribute or some treeNode in body. Type is com.ideo.sweetdevria.taglib.tree.data.ITreeDataProvider.
canAddfalsetruebooleanSpecify if the node addition is allowed. Default is false.
canDeletefalsetruebooleanSpecify if the node suppression is allowed. Default is false.
canModifyfalsetruebooleanSpecify if the node modification is allowed. Default is false.
treeModelClassfalsetruejava.lang.ClassNo Description
statefulfalsetruebooleanDefine whether this attribute must keep its state according to the page configuration
idtruetruejava.lang.StringUnique Identifier. Accepts EL.
stylefalsetruejava.lang.StringCss style. Accepts EL.
styleClassfalsetruejava.lang.StringCss class style. Accepts EL.
renderedfalsetruebooleanRendered or not, acceptable values are: [true(default), false].
templateStartfalsetruejava.lang.StringSpecial velocity start template to replace default. Accepts EL.
templateEndfalsetruejava.lang.StringSpecial velocity end template to replace default. Accepts EL.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.