|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHierarchyIdService
For saving the viewstate nodes must be identified by an id and have to be found by the id. This interface describes a service to do this for hierarchical models of the timebarviewer.
| Method Summary | |
|---|---|
java.lang.String |
getId(de.jaret.util.ui.timebars.model.HierarchicalTimeBarModel model,
de.jaret.util.ui.timebars.model.TimeBarNode node)
Retrieve an id for a node. |
de.jaret.util.ui.timebars.model.TimeBarNode |
getNode(de.jaret.util.ui.timebars.model.HierarchicalTimeBarModel model,
java.lang.String id)
Get the node for a given id from the model. |
| Method Detail |
|---|
java.lang.String getId(de.jaret.util.ui.timebars.model.HierarchicalTimeBarModel model,
de.jaret.util.ui.timebars.model.TimeBarNode node)
model - hierarchical modelnode - node
de.jaret.util.ui.timebars.model.TimeBarNode getNode(de.jaret.util.ui.timebars.model.HierarchicalTimeBarModel model,
java.lang.String id)
model - hierarchical modelid - id
null if no node could be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||