|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardRule
Individual rule that is evaluated for a view. If this rule is evaluated to
true, then its result will be used as
the next view to navigate to. A special result if FINISH (
null) which means that the view can be finished.
| Field Summary | |
|---|---|
static String |
FINISH
Special result (@{value}) which means that the view can be finished. |
| Method Summary | |
|---|---|
boolean |
evaluate(Object model)
Evaluates the rule against the wizard bean. |
String |
getResult()
Gets the result of this rule, either the view the wizard can be navigated to or null if the wizard can be finished. |
| Field Detail |
|---|
static final String FINISH
| Method Detail |
|---|
boolean evaluate(Object model)
true, the wizard can be navigated to the rule result (or
Finish if this result is null).
model - Wizard bean
String getResult()
null if the wizard can be finished.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||