T - The object backing the tree.public interface Treeable<T> extends Serializable
echopointng.Tree
components.
© Copyright 2007 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. |
T |
getParent()
The method that returns the parent object of this instance.
|
T getParent()
List<T> getChildren()
String getDisplayName()
Object getObjectId()
ObjectId for the object instance. This
can be used to retrieve the model object used to back the
tree model.