com.alogient.cameleon.extension.wicket.ui.form.element.validator
Class CameleonListValidator

java.lang.Object
  extended by org.apache.wicket.validation.validator.AbstractValidator<Collection<com.alogient.cameleon.sdk.form.vo.formelement.NameValueElementVo>>
      extended by com.alogient.cameleon.extension.wicket.ui.form.element.validator.CameleonListValidator
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.validation.INullAcceptingValidator<Collection<com.alogient.cameleon.sdk.form.vo.formelement.NameValueElementVo>>, org.apache.wicket.validation.IValidator<Collection<com.alogient.cameleon.sdk.form.vo.formelement.NameValueElementVo>>
Direct Known Subclasses:
CameleonListValidator.MaximumSelectedValidator, CameleonListValidator.MinimumSelectedValidator

public abstract class CameleonListValidator
extends org.apache.wicket.validation.validator.AbstractValidator<Collection<com.alogient.cameleon.sdk.form.vo.formelement.NameValueElementVo>>

This validator is used to validate a list of NameValueElementVo objects

See Also:
Serialized Form

Nested Class Summary
static class CameleonListValidator.MaximumSelectedValidator
          Validator for checking if the number of allowed selected items is less than the allowed value.
static class CameleonListValidator.MinimumSelectedValidator
          Validator for checking if the user has selected a minimum of items
 
Constructor Summary
CameleonListValidator()
           
 
Method Summary
 
Methods inherited from class org.apache.wicket.validation.validator.AbstractValidator
error, error, error, error, messageModel, onValidate, resourceKey, resourceKey, validate, validate, validateOnNullValue, variablesMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CameleonListValidator

public CameleonListValidator()


Copyright © 2011 Alogient. All Rights Reserved.