public class

UITreeData

extends AbstractUITreeData
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ javax.faces.component.UIOutput
         ↳ javax.faces.component.UIInput
           ↳ org.apache.myfaces.tobago.internal.component.AbstractUITreeData
             ↳ org.apache.myfaces.tobago.component.UITreeData

This class is deprecated.
No replacement.

Class Overview

Describes a sub tree of nodes. The value has to be a javax.swing.tree.TreeNode object to use as rootNode in the tree. UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.TreeDataTagDeclaration.

Summary

Constants
String COMPONENT_TYPE
[Expand]
Inherited Constants
From class org.apache.myfaces.tobago.internal.component.AbstractUITreeData
From class javax.faces.component.UIInput
From class javax.faces.component.UIOutput
From interface javax.faces.component.NamingContainer
From interface org.apache.myfaces.tobago.component.OnComponentCreated
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UITreeData()
Public Methods
String getVar()
Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e.
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setVar(String var)
[Expand]
Inherited Methods
From class org.apache.myfaces.tobago.internal.component.AbstractUITreeData
From class javax.faces.component.UIInput
From class javax.faces.component.UIOutput
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.EditableValueHolder
From interface javax.faces.component.StateHolder
From interface javax.faces.component.ValueHolder
From interface org.apache.myfaces.tobago.component.OnComponentCreated
From interface org.apache.myfaces.tobago.component.TreeModelBuilder

Constants

public static final String COMPONENT_TYPE

Constant Value: "org.apache.myfaces.tobago.TreeData"

Public Constructors

public UITreeData ()

Public Methods

public String getVar ()

Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed.

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setVar (String var)