public class Root<T extends Treeable> extends Object implements Treeable
© Copyright 2009 Sans Pareil Technologies, Inc.
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getChildren()
The method that returns the children of this instance.
|
String |
getDisplayName()
The display name to display for the node corresponding to this instance.
|
Object |
getObjectId()
Return the
ObjectId for the object instance. |
Object |
getParent()
The method that returns the parent object of this instance.
|
public Object getParent()
public List<T> getChildren()
getChildren in interface Treeableroots level objects held in the root node.public String getDisplayName()
getDisplayName in interface Treeablename for this instance.public Object getObjectId()
ObjectId for the object instance. This can be
used to retrieve the model object used to back the tree model.getObjectId in interface Treeablenull since this object is not persistent.