|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.webapp.model.TreeNodeBeanBuilder
public class TreeNodeBeanBuilder
Build a TreeNodeBean hierarchy.
Constructor Summary | |
---|---|
TreeNodeBeanBuilder(JobInfoLookup lookup,
String currentRefId)
Constructor. |
Method Summary | |
---|---|
Map<String,TreeNodeBean> |
buildChildren(TreeNodeBean parent)
Build the children. |
TreeNodeBean |
buildRoot()
Build the root bean. |
void |
refresh(TreeNodeBean bean)
Recursively refresh the TreeNodeBean hierarchy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeNodeBeanBuilder(JobInfoLookup lookup, String currentRefId)
lookup
- Lookup to use for building.Method Detail |
---|
public TreeNodeBean buildRoot()
public void refresh(TreeNodeBean bean)
TreeNodeBean
hierarchy.
bean
- public Map<String,TreeNodeBean> buildChildren(TreeNodeBean parent)
parent
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |