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

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, HasTip, IsDisabled, IsGridLayoutContainer, IsRendered
All Known Subinterfaces:
TreeListboxNodeTagDeclaration, TreeMenuNodeTagDeclaration

public interface TreeNodeTagDeclaration
extends HasIdBindingAndRendered, HasMarkup, HasCurrentMarkup, HasTip, IsDisabled, IsGridLayoutContainer

Creates a tree node. This component represents a single node inside a tree structure.


Method Summary
 void setExpanded(String expanded)
          Deprecated. since 2.0.0. Please use the state attribute of the tree with a TreeState
 void setMarked(String marked)
          Deprecated. since 2.0.0. Please use the state attribute of the tree with a TreeState
 void setSelected(String selected)
          Deprecated. since 2.0.0. Please use <tc:treeSelect>
 void setTreeExpansionListener(String treeExpansionListener)
          Method binding representing a expansionListener method that ....
 void setTreeMarkedListener(String treeMarkedListener)
          Method binding representing a markedListener method that ....
 void setWidth(String width)
           
 
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.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutContainer
setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setOverflowX, setOverflowY, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop
 

Method Detail

setExpanded

@Deprecated
void setExpanded(String expanded)
Deprecated. since 2.0.0. Please use the state attribute of the tree with a TreeState

Flag indicating if the subnodes are to be displayed.


setMarked

@Deprecated
void setMarked(String marked)
Deprecated. since 2.0.0. Please use the state attribute of the tree with a TreeState

Flag indicating if the node is marked, and should be displayed in a special way.


setSelected

@Deprecated
void setSelected(String selected)
Deprecated. since 2.0.0. Please use <tc:treeSelect>

Flag indicating if the node is selected (only possible, when the tree component allows it).


setTreeExpansionListener

void setTreeExpansionListener(String treeExpansionListener)
Method binding representing a expansionListener method that ....


setTreeMarkedListener

void setTreeMarkedListener(String treeMarkedListener)
Method binding representing a markedListener method that ....


setWidth

void setWidth(String width)


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