|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.wizard.rule.condition.AbstractWizardRule
net.sf.doolin.gui.wizard.rule.condition.JEXLWizardRule
public class JEXLWizardRule
This rule is based on a JEXL expression.
| Field Summary |
|---|
| Fields inherited from interface net.sf.doolin.gui.wizard.rule.condition.WizardRule |
|---|
FINISH |
| Constructor Summary | |
|---|---|
JEXLWizardRule()
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(Object model)
Evaluates the JEXL expression to a boolean. |
String |
getCondition()
Gets the JEXL expression |
String |
getModelName()
Gets the name of the wizard bean in the JEXL expression |
void |
setCondition(String condition)
Sets the JEXL expression |
void |
setModelName(String modelName)
Sets the name of the wizard bean in the JEXL expression. |
| Methods inherited from class net.sf.doolin.gui.wizard.rule.condition.AbstractWizardRule |
|---|
getResult, setResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEXLWizardRule()
| Method Detail |
|---|
public boolean evaluate(Object model)
model - Wizard bean
public String getCondition()
public String getModelName()
public void setCondition(String condition)
condition - JEXL expressionpublic void setModelName(String modelName)
modelName - Bean name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||