|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationConstraint | |
---|---|
de.schwarzrot.ui | classes related to the user interface |
de.schwarzrot.ui.support | base classes for central UI classes |
de.schwarzrot.ui.validation.constraints | classes used to perform the real validation. |
Uses of ValidationConstraint in de.schwarzrot.ui |
---|
Methods in de.schwarzrot.ui that return types with arguments of type ValidationConstraint | |
---|---|
List<ValidationConstraint> |
WizardPage.getConstraints()
|
Methods in de.schwarzrot.ui with parameters of type ValidationConstraint | |
---|---|
void |
WizardPage.addConstraint(ValidationConstraint vc)
|
Uses of ValidationConstraint in de.schwarzrot.ui.support |
---|
Methods in de.schwarzrot.ui.support that return types with arguments of type ValidationConstraint | |
---|---|
List<ValidationConstraint> |
AbstractWizardPage.getConstraints()
|
Methods in de.schwarzrot.ui.support with parameters of type ValidationConstraint | |
---|---|
void |
AbstractWizardPage.addConstraint(ValidationConstraint vc)
|
Uses of ValidationConstraint in de.schwarzrot.ui.validation.constraints |
---|
Classes in de.schwarzrot.ui.validation.constraints that implement ValidationConstraint | |
---|---|
class |
AbstractValidationConstraint<E extends Entity>
base class for validation constraints. |
class |
VCAnyIsTrue<E extends Entity>
this constraints checks, whether any of the given properties is true. |
class |
VCDbExists<E extends Entity>
|
class |
VCDbIsAccessible<E extends Entity>
to check, whether the database could be accessed with the given properties. |
class |
VCDirIsWritable<E extends Entity>
offers a constraint, that checks if certain directory is writable. |
class |
VCHostIsReachable<E extends Entity>
|
class |
VCIsTrue<E extends Entity>
|
class |
VCMandatory<E extends Entity>
checks whether a beans property is not empty |
class |
VCMatchingFile<E extends Entity>
checks the value of a beans property against given filename. |
class |
VCSupportedCharset<E extends Entity>
validates whether the content of property to check is a supported charset in the current jvm. |
class |
VCTaskExecutedSuccessfully<E extends Entity>
checks executation state and execution result of a task |
class |
VCXHostIsReachable<E extends Entity>
|
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |