org.apache.myfaces.tobago.internal.taglib.component
Interface TreeIndentTagDeclaration

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, HasTip, IsRendered

public interface TreeIndentTagDeclaration
extends HasIdBindingAndRendered, HasTip, HasMarkup, HasCurrentMarkup

Renders an indent beside a tree node.


Method Summary
 void setShowJunctions(String showJunctions)
          Show the lines and icons which are defining the tree structure.
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 

Method Detail

setShowJunctions

void setShowJunctions(String showJunctions)
Show the lines and icons which are defining the tree structure.



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.