de.schwarzrot.ui.validation.constraints
Class VCMandatory<E extends Entity>
java.lang.Object
de.schwarzrot.ui.validation.constraints.AbstractValidationConstraint<E>
de.schwarzrot.ui.validation.constraints.VCMandatory<E>
- Type Parameters:
E
- type of the bean, managed by a presentation model
- All Implemented Interfaces:
- ValidationConstraint
public class VCMandatory<E extends Entity>
- extends AbstractValidationConstraint<E>
checks whether a beans property is not empty
- Author:
- Reinhard Mantey
Constructor Summary |
VCMandatory(com.jgoodies.binding.PresentationModel<E> model,
String propertyName)
|
Method Summary |
boolean |
matches()
the validation kernel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VCMandatory
public VCMandatory(com.jgoodies.binding.PresentationModel<E> model,
String propertyName)
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
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.