|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The object backing the tree.public interface Treeable<T>
An interface that defines the methods that must be implemented to enable
automatic generation and binding of echopointng.Tree
components.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||