Interface TreeNodeTagDeclaration
- All Superinterfaces:
- HasBinding,- HasId,- HasIdBindingAndRendered,- HasTip,- IsDisabled,- IsRendered,- IsVisual
public interface TreeNodeTagDeclaration
extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual
Creates a tree node. This component represents a single node inside a tree structure.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetSelected(String selected) Deprecated.since 2.0.0voidsetTreeExpansionListener(String treeExpansionListener) Method binding representing a expansionListener method that ....Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setSelectedDeprecated.since 2.0.0
- 
setTreeExpansionListenerMethod binding representing a expansionListener method that ....
 
-