Example usage for org.apache.wicket.markup.html.form.validation IFormValidator interface-usage

List of usage examples for org.apache.wicket.markup.html.form.validation IFormValidator interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.form.validation IFormValidator interface-usage.

Usage

From source file com.swordlord.gozer.components.wicket.form.SecureForm.java

/**
 * Form that uses a random uuid token in order to prevent nasty people from
 * messing around (also known as cross site request forgery) ;)
 * 
 * @author LordEidi
 * @param <T>

From source file gr.interamerican.wicket.bo2.validation.BusinessObjectFormValidator.java

/**
 * Validates a {@link Form} given the {@link BusinessObjectDescriptor} of
 * its model object. If the BusinessObjectDescriptor has any associated
 * {@link BusinessObjectValidationExpression}s, then the model object of
 * the Form will be evaluated against these. This is useful when some
 * check that involves the values of more than one properties has to be

From source file jp.go.nict.langrid.management.web.view.page.language.resource.component.form.validator.AccessLimitValidator.java

/**
 * 
 * 
 * @author Masaaki Kamiya
 * @author $Author$
 * @version $Revision$

From source file jp.go.nict.langrid.management.web.view.page.language.service.composite.component.form.validator.BPELUploaderValidator.java

/**
 * 
 * 
 * @author Masaaki Kamiya
 * @author $Author$
 * @version $Revision$

From source file org.geoserver.web.data.store.StoreNameValidator.java

/**
 * A Form validator that takes the workspace and store name form components and validates there's no
 * an existing {@link StoreInfo} in the selected workspace with the same name than the one assigned
 * through the store name form component.
 * 
 * @author Andrea Aime - OpenGeo

From source file org.hippoecm.frontend.plugins.standardworkflow.validators.DocumentFormValidator.java

public abstract class DocumentFormValidator implements IFormValidator {

    public static final String ERROR_SNS_NODE_EXISTS = "error-sns-node-exists";
    public static final String ERROR_LOCALIZED_NAME_EXISTS = "error-localized-name-exists";
    public static final String ERROR_VALIDATION_NAMES = "error-validation-names";
    public static final String ERROR_SNS_NAMES_EXIST = "error-sns-names-exist";

From source file org.webical.web.component.validation.CalendarFormValidator.java

/**
 * Class CalendarFormValidator validates the Calendar url on the CalendarForm
 *
 * @author Harm-Jan Zwinderman, Cebuned
 *
 */

From source file org.wickedsource.wickedforms.wicket6.validators.WickedFormValidator.java

public class WickedFormValidator implements IFormValidator {

    private final FormValidatorModel validatorModel;

    /**
     * List of the Wicket form components that are relevant for this form

From source file org.xaloon.wicket.plugin.captcha.RecaptchaValidator.java

/**
 * @author vytautas r.
 */
public class RecaptchaValidator implements IFormValidator {
    private static final long serialVersionUID = 1L;