public class

Node

extends Object
java.lang.Object
   ↳ org.apache.myfaces.tobago.model.Node

Summary

Public Constructors
Node()
Public Methods
void add(Node node)
Node getChildAt(int index)
int getChildCount()
List<Node> getChildren()
int getIndex(Node node)
String getLabel()
Node getParent()
TreePath getPath()
boolean hasNextSibling()
boolean isRoot()
void setLabel(String label)
void setParent(Node parent)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Node ()

Public Methods

public void add (Node node)

public Node getChildAt (int index)

public int getChildCount ()

public List<Node> getChildren ()

public int getIndex (Node node)

public String getLabel ()

public Node getParent ()

public TreePath getPath ()

public boolean hasNextSibling ()

public boolean isRoot ()

public void setLabel (String label)

public void setParent (Node parent)