|
SRJRCFrames v0.1.296 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.schwarzrot.ui.validation.constraints.AbstractValidationConstraint<E>
de.schwarzrot.ui.validation.constraints.VCTaskExecutedSuccessfully<E>
E - - bean (not used by this class)public class VCTaskExecutedSuccessfully<E extends Entity>
checks executation state and execution result of a task
| Constructor Summary | |
|---|---|
VCTaskExecutedSuccessfully(com.jgoodies.binding.PresentationModel<E> model,
String taskClassname,
Task task2Check)
constructs a validation constraint, that checks execution state and execution result of a task. |
|
| Method Summary | |
|---|---|
boolean |
matches()
the validation kernel |
| Methods inherited from class de.schwarzrot.ui.validation.constraints.AbstractValidationConstraint |
|---|
getLogger, getModel, getPropertyName, getValue, getValue, setModel, setPropertyName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VCTaskExecutedSuccessfully(com.jgoodies.binding.PresentationModel<E> model,
String taskClassname,
Task task2Check)
model - - not usedtaskClassname - - class name of the task to checktask2Check - - the task to check| Method Detail |
|---|
public boolean matches()
ValidationConstraint
false - if the property failed on validation
|
SRJRCFrames v0.1.296 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||