public abstract class ValidDataPatternConstraint extends ValidCharactersConstraint
valueapplyClientSide, labelKey| Constructor and Description |
|---|
ValidDataPatternConstraint() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getRegexString()
This method returns a string representing a regex with characters to match, this string should not
include the start(^) and end($) symbols
|
String |
getValue()
The Java based regex for valid characters
This value should include the ^ and $ symbols if needed
|
void |
setValue(String value)
Warning: This value should NOT be set on this class as the value is built dynamically from the
flags set on the constraint - if this value IS set it will override any automatic generation and only
use that which was set through this method for server side validation
|
getApplyClientSide, getLabelKey, getValidationMessageParams, getValidationMessageParamsArray, setApplyClientSide, setLabelKey, setValidationMessageParamspublic ValidDataPatternConstraint()
public void setValue(String value)
setValue in class ValidCharactersConstraintvalue - the value to setValidCharactersConstraint.setValue(java.lang.String)public String getValue()
ValidCharactersConstraintgetValue in class ValidCharactersConstraintValidCharactersConstraint.getValue()protected abstract String getRegexString()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.