SRJRCFrames
v0.1.296

de.schwarzrot.ui.validation.constraints
Class VCAnyIsTrue<E extends Entity>

java.lang.Object
  extended by de.schwarzrot.ui.validation.constraints.AbstractValidationConstraint<E>
      extended by de.schwarzrot.ui.validation.constraints.VCAnyIsTrue<E>
Type Parameters:
E - the type of the bean, wrapped by the presentation model
All Implemented Interfaces:
ValidationConstraint

public class VCAnyIsTrue<E extends Entity>
extends AbstractValidationConstraint<E>

this constraints checks, whether any of the given properties is true.

Author:
Reinhard Mantey

Constructor Summary
VCAnyIsTrue(com.jgoodies.binding.PresentationModel<E> model, List<String> propertyNames)
          constructor that takes a list of propertynames
VCAnyIsTrue(com.jgoodies.binding.PresentationModel<E> model, String[] propertyNames)
          conveniance constructor to allow the user to specify just a bunch of properties
 
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

VCAnyIsTrue

public VCAnyIsTrue(com.jgoodies.binding.PresentationModel<E> model,
                   List<String> propertyNames)
constructor that takes a list of propertynames

Parameters:
model - - the presentation model, that hides the bean
propertyNames - - the list of property names, that should be checked

VCAnyIsTrue

public VCAnyIsTrue(com.jgoodies.binding.PresentationModel<E> model,
                   String[] propertyNames)
conveniance constructor to allow the user to specify just a bunch of properties

Parameters:
model - - the presentation model, that hides the bean
propertyNames - - the bunch of properties, that should be checked
Method Detail

matches

public boolean matches()
Description copied from interface: ValidationConstraint
the validation kernel

Returns:
true - if the property passed validation

false - if the property failed on validation


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.