|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jaxfront.core.rule.AbstractCondition
public class AbstractCondition
| Constructor Summary | |
|---|---|
AbstractCondition()
|
|
| Method Summary | |
|---|---|
Message |
getMessage()
|
Type |
getSource()
Returns the holder of this condition. |
boolean |
isShowingError()
Indicates if this condition should show an error if it is not true. |
boolean |
isUsingDefaultToggle()
Indicates if a condition is able to toggle (flip flop). |
void |
setSource(Type source)
Sets the holder of this condition. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCondition()
| Method Detail |
|---|
public Type getSource()
public boolean isShowingError()
public boolean isUsingDefaultToggle()
public void setSource(Type source)
source - holder of this conditionpublic Message getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||