|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.springlayout.web.validator.condition.PathBasedCondition
public class PathBasedCondition
Constructor Summary | |
---|---|
PathBasedCondition()
default constructor |
Method Summary | |
---|---|
void |
afterPropertiesSet()
This is called by the form which contains this condition in it's afterPropertiesSet method although it has the same name as the Spring InitializingBean interface method it will not be called by the IoC container. |
boolean |
evaluate(java.lang.String fieldId,
org.springframework.beans.BeanWrapper wrappedObject)
|
java.lang.String |
getJavascript(OnPageFieldInstance instance,
java.lang.Object command,
java.lang.String formName)
|
java.lang.String |
getOperator()
|
java.lang.String |
getPath()
|
java.lang.String |
getPostProcessingJavascript(OnPageFieldInstance instance,
java.lang.String formName)
|
java.lang.String |
getValue()
|
boolean |
isOnThisForm()
Retrieves the onThisForm for this PathBasedCondition. |
void |
setOnThisForm(boolean onThisForm)
Sets the onThisForm for this PathBasedCondition. |
void |
setOperator(java.lang.String operator)
|
void |
setPath(java.lang.String path)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathBasedCondition()
Method Detail |
---|
public void setOperator(java.lang.String operator)
public java.lang.String getOperator()
public void setPath(java.lang.String path)
path
- public java.lang.String getPath()
public void setValue(java.lang.String value)
public java.lang.String getValue()
public boolean evaluate(java.lang.String fieldId, org.springframework.beans.BeanWrapper wrappedObject)
evaluate
in interface Condition
public java.lang.String getJavascript(OnPageFieldInstance instance, java.lang.Object command, java.lang.String formName)
getJavascript
in interface Condition
public java.lang.String getPostProcessingJavascript(OnPageFieldInstance instance, java.lang.String formName)
getPostProcessingJavascript
in interface Condition
public void setOnThisForm(boolean onThisForm)
onThisForm
- Sets the onThisForm for this PathBasedCondition.public boolean isOnThisForm()
public void afterPropertiesSet()
Condition
afterPropertiesSet
in interface Condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |