org.apache.myfaces.tobago.taglib.component
Interface TreeTagDeclaration

All Superinterfaces:
HasActionListener, HasBinding, HasId, HasIdBindingAndRendered, HasIdReference, HasNameReference, HasState, HasTreeNodeValue, IsRendered, IsRequired, Tag, TobagoTagDeclaration
All Known Implementing Classes:
TreeTag

public interface TreeTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered, HasTreeNodeValue, HasState, HasIdReference, HasActionListener, HasNameReference, IsRequired

Renders a tree view.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setDisabledReference(String id)
          Bean property reference to fetch the disabled state for the treeNode's.
Example:
a disabledReference="userObject.disabled" try's to invoke <UITreeNode>.getUserObject().getDisabled() to fetch the state.
 void setMutable(String mutable)
           
 void setSelectable(String selectable)
          Flag indicating whether or not this component should be render selectable items.
 void setShowIcons(String showIcons)
           
 void setShowJunctions(String showJunctions)
           
 void setShowRoot(String showRoot)
           
 void setShowRootJunction(String showRootJunction)
           
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTreeNodeValue
setValue
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasState
setState
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasIdReference
setIdReference
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasActionListener
setActionListener
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasNameReference
setNameReference
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRequired
setRequired
 

Method Detail

setSelectable

void setSelectable(String selectable)
Flag indicating whether or not this component should be render selectable items. Possible values are: For any other value or if this attribute is omited the items are not selectable.


setMutable

void setMutable(String mutable)

setShowRootJunction

void setShowRootJunction(String showRootJunction)

setShowIcons

void setShowIcons(String showIcons)

setShowJunctions

void setShowJunctions(String showJunctions)

setShowRoot

void setShowRoot(String showRoot)

setDisabledReference

void setDisabledReference(String id)
Bean property reference to fetch the disabled state for the treeNode's.
Example:
a disabledReference="userObject.disabled" try's to invoke <UITreeNode>.getUserObject().getDisabled() to fetch the state.



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.