|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyCondition | |
---|---|
de.schwarzrot.bean.support | helper classes for bean access and manipulation. |
de.schwarzrot.ui.validation.constraints | classes used to perform the real validation. |
Uses of PropertyCondition in de.schwarzrot.bean.support |
---|
Classes in de.schwarzrot.bean.support that implement PropertyCondition | |
---|---|
class |
AbstractPropertyCondition<B>
baseclass for conditions based on bean properties with late value fetching. |
class |
AndPropertyCondition<B>
a condition implementation that determines its result by other PropertyCondition s. |
class |
IsFalsePropertyCondition<B>
checks whether the value of the given property can be evaluated to false. |
class |
IsTruePropertyCondition<B>
checks whether the value of the given property can be evaluated to true . |
class |
OrPropertyCondition<B>
a condition implementation that determines its result by other PropertyCondition s. |
Constructors in de.schwarzrot.bean.support with parameters of type PropertyCondition | |
---|---|
AndPropertyCondition(PropertyCondition<B>[] conditions)
|
|
OrPropertyCondition(PropertyCondition<B>[] conditions)
|
Constructor parameters in de.schwarzrot.bean.support with type arguments of type PropertyCondition | |
---|---|
AndPropertyCondition(List<PropertyCondition<B>> conditions)
|
|
OrPropertyCondition(List<PropertyCondition<B>> conditions)
|
Uses of PropertyCondition in de.schwarzrot.ui.validation.constraints |
---|
Constructors in de.schwarzrot.ui.validation.constraints with parameters of type PropertyCondition | |
---|---|
VCDirIsWritable(com.jgoodies.binding.PresentationModel<E> model,
String propertyName,
PropertyCondition<E> pc)
creates a constraint, that checks, whether the value of the given property is a writable directory. |
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |