org.apache.myfaces.tobago.taglib.sandbox
Interface TreeNodeTagDeclaration

All Superinterfaces:
HasAction, HasActionListener, HasBinding, HasId, HasIdBindingAndRendered, HasImage, HasLabel, HasLink, HasMarkup, HasOnclick, HasRenderedPartially, HasTarget, HasTip, HasValue, IsDisabled, IsImmediateCommand, IsRendered, IsTransition

public interface TreeNodeTagDeclaration
extends HasIdBindingAndRendered, HasLabel, HasValue, HasMarkup, HasAction, HasActionListener, IsImmediateCommand, HasOnclick, HasLink, IsTransition, HasRenderedPartially, HasTip, HasTarget, HasImage, IsDisabled

Creates a tree node.


Method Summary
 void setExpanded(String expanded)
          Flag indicating if the subnodes are to be displayed.
 void setMarked(String marked)
          Flag indicating if the node is marked, and should be displayed in a special way.
 
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.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValue
setValue
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasAction
setAction
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasActionListener
setActionListener
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsImmediateCommand
setImmediate
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasOnclick
setOnclick
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLink
setLink
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsTransition
setTransition
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasRenderedPartially
setRenderedPartially
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTarget
setTarget
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasImage
setImage
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsDisabled
setDisabled
 

Method Detail

setExpanded

void setExpanded(String expanded)
Flag indicating if the subnodes are to be displayed.


setMarked

void setMarked(String marked)
Flag indicating if the node is marked, and should be displayed in a special way.



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