|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Scope is an abstraction of the location of the component in the hierarchy. Every component has its scope.
| Method Summary | |
Object |
getId()
Every component has its unique ID compared to other children of its parent. |
Scope |
getParent()
Every component has a parent except the root component. |
Path |
toPath()
Builds and returns the full path of the component. |
| Method Detail |
public Object getId()
public Scope getParent()
public Path toPath()
a is the ID of the root flow, and c is the ID
of the component whose path we want to know, the path may be like
following: a.b.c.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||