SRJRCFrames
v0.1.296

Uses of Interface
de.schwarzrot.bean.support.PropertyCondition

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 PropertyConditions.
 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 PropertyConditions.
 

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

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.