|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that is used by DynamicModel
and MultiPathModel
to determine
if a wizard should display a particular step or group of steps.
DynamicModel.add(org.pietschy.wizard.WizardStep, Condition)
,
BranchingPath.addBranch(Path, Condition)
Method Summary | |
boolean |
evaluate(WizardModel model)
Called to determine when the path being added using BranchingPath.addBranch(org.pietschy.wizard.models.Path, org.pietschy.wizard.models.Condition) should
be traversed. |
Method Detail |
public boolean evaluate(WizardModel model)
BranchingPath.addBranch(org.pietschy.wizard.models.Path, org.pietschy.wizard.models.Condition)
should
be traversed. The selector is passed the current WizardModel
to assist with the
decision.
model
- the WizardModel
the condition should use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |