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

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

Deprecated.

@Deprecated
public interface TreeOldTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered, HasTreeNodeValue, HasState, HasIdReference, HasActionListener, HasNameReference, IsRequired, HasTabIndex

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)
          Deprecated. Bean property reference to fetch the disabled state for the treeNode's.
 void setMode(String mode)
          Deprecated. Display option: Normal tree or menu.
 void setMutable(String mutable)
          Deprecated.  
 void setSelectable(String selectable)
          Deprecated. Flag indicating whether or not this component should be render selectable items.
 void setShowIcons(String showIcons)
          Deprecated.  
 void setShowJunctions(String showJunctions)
          Deprecated.  
 void setShowRoot(String showRoot)
          Deprecated.  
 void setShowRootJunction(String showRootJunction)
          Deprecated.  
 void setTipReference(String tipReference)
          Deprecated. reference to tip value.
 
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
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTabIndex
setTabIndex
 

Method Detail

setSelectable

void setSelectable(String selectable)
Deprecated. 
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)
Deprecated. 

setShowRootJunction

void setShowRootJunction(String showRootJunction)
Deprecated. 

setShowIcons

void setShowIcons(String showIcons)
Deprecated. 

setShowJunctions

void setShowJunctions(String showJunctions)
Deprecated. 

setShowRoot

void setShowRoot(String showRoot)
Deprecated. 

setDisabledReference

void setDisabledReference(String id)
Deprecated. 
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.


setMode

void setMode(String mode)
Deprecated. 
Display option: Normal tree or menu.


setTipReference

void setTipReference(String tipReference)
Deprecated. 
reference to tip value.



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