net.sf.doolin.gui.wizard.rule.condition
Class FixedWizardRule
java.lang.Object
net.sf.doolin.gui.wizard.rule.condition.AbstractWizardRule
net.sf.doolin.gui.wizard.rule.condition.FixedWizardRule
- All Implemented Interfaces:
- WizardRule
public class FixedWizardRule
- extends AbstractWizardRule
This rule is always evaluated to true. Therefore, it can be used
by views that can always navigate to the next view.
- Author:
- Damien Coraboeuf
| Fields inherited from interface net.sf.doolin.gui.wizard.rule.condition.WizardRule |
FINISH |
|
Method Summary |
boolean |
evaluate(Object model)
Evaluates the rule against the wizard bean. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedWizardRule
public FixedWizardRule()
evaluate
public boolean evaluate(Object model)
- Description copied from interface:
WizardRule
- Evaluates the rule against the wizard bean. If the evaluation returns
true, the wizard can be navigated to the rule result (or
Finish if this result is null).
- Parameters:
model - Wizard bean
- Returns:
- Result of the evaluation
Copyright © 2011. All Rights Reserved.