java.lang.Object | |||||
↳ | javax.faces.component.UIComponent | ||||
↳ | javax.faces.component.UIComponentBase | ||||
↳ | javax.faces.component.UIColumn | ||||
↳ | org.apache.myfaces.tobago.internal.component.AbstractUITreeNode | ||||
↳ | org.apache.myfaces.tobago.component.UITreeNode |
Creates a tree node. This component represents a single node inside a tree structure.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.TreeNodeTagDeclaration.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COMPONENT_TYPE |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Text value to display as tooltip.
| |||||||||||
Flag indicating that this element is disabled.
| |||||||||||
Flag indicating if the subnodes are to be displayed.
| |||||||||||
Flag indicating if the node is marked, and should be displayed in a special way.
| |||||||||||
Flag indicating if the node is selected (only possible, when the tree component allows it).
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Flag indicating that this element is disabled.
Default: false
Flag indicating if the subnodes are to be displayed.
Default: false
@deprecated
Flag indicating if the node is marked, and should be displayed in a special way.
Default: false
@deprecated
Flag indicating if the node is selected (only possible, when the tree component allows it).
Default: false
@deprecated