|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.cms.CMSFormProcessorConfiguration.Condition
public static final class CMSFormProcessorConfiguration.Condition
A check-Condition.
| Nested Class Summary | |
|---|---|
static class |
CMSFormProcessorConfiguration.Condition.CheckType
The known CheckTypes for the Condition. |
| Constructor Summary | |
|---|---|
protected |
CMSFormProcessorConfiguration.Condition()
Deprecated. |
| Method Summary | |
|---|---|
boolean |
appliesFor(java.lang.String fieldName)
Checks if the field of the Condition matches the given field
name. |
boolean |
isFullFilled(java.lang.String fieldName, Command command, CMSFormProcessorConfiguration.Condition.CheckType ctype)
The the Condition for fulfillment. |
void |
setRequired(boolean isRequired)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected CMSFormProcessorConfiguration.Condition()
| Method Detail |
|---|
public boolean isFullFilled(java.lang.String fieldName, Command command, CMSFormProcessorConfiguration.Condition.CheckType ctype)
Condition for fulfillment.
fieldName - the name of the fieldcommand - the current Commandctype - the CheckType
true if the Condition is fulfilled,
false otherwisepublic boolean appliesFor(java.lang.String fieldName)
Condition matches the given field
name.
fieldName - the namea of the field
true if the field names are equal, false
otherwisepublic void setRequired(boolean isRequired)
isRequired - the required to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||