public class ValidCharactersConstraint extends BaseConstraint
Modifier and Type | Field and Description |
---|---|
protected String |
value |
applyClientSide, constraintStateOverrides, messageComponentCode, messageKey, messageNamespaceCode, states, validationMessageParams
componentCode, namespaceCode
Constructor and Description |
---|
ValidCharactersConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
completeValidation(ValidationTrace tracer)
Validates different requirements of component compiling a series of reports detailing information on errors
found in the component.
|
String |
getValue()
The Java based regex for valid characters
This value should include the ^ and $ symbols if needed
|
void |
setValue(String value) |
getApplyClientSide, getConstraintStateOverrides, getMessageComponentCode, getMessageKey, getMessageNamespaceCode, getStates, getValidationMessageParams, getValidationMessageParamsArray, setApplyClientSide, setConstraintStateOverrides, setMessageComponentCode, setMessageKey, setMessageNamespaceCode, setStates, setValidationMessageParams
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
public ValidCharactersConstraint()
public String getValue()
public void completeValidation(ValidationTrace tracer)
completeValidation
in class BaseConstraint
tracer
- Record of component's locationCopyright © 2005–2014 The Kuali Foundation. All rights reserved.