public class RegexValidator extends CustomValidator
Constructor and Description |
---|
RegexValidator(JDBCConnectionCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
void |
validate(org.apache.wicket.validation.IValidatable<String> validatable)
Validates the given component.
|
void |
validate(String regexValue,
String replacementValue) |
handleError, handleError
public RegexValidator(JDBCConnectionCredentials credentials)
public void validate(org.apache.wicket.validation.IValidatable<String> validatable)
CustomValidator
validate
in interface org.apache.wicket.validation.IValidator<String>
validate
in class CustomValidator
public void validate(String regexValue, String replacementValue) throws ConnectionException, QueryException, SQLException
Copyright © 2013. All Rights Reserved.