public class FloatingPointValidationPattern extends FieldLevelValidationPattern
ValidationPattern.ValidationPatternException| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowNegative |
regexPattern| Constructor and Description |
|---|
FloatingPointValidationPattern() |
| Modifier and Type | Method and Description |
|---|---|
ExportMap |
buildExportMap(String exportKey) |
boolean |
getAllowNegative() |
protected String |
getPatternTypeName() |
protected String |
getRegexString()
Adds special handling to account for optional allowNegative
|
String |
getValidationErrorMessageKey() |
void |
setAllowNegative(boolean allowNegative) |
getRegexPatterncompleteValidation, getValidationErrorMessageParameters, matchesprotected boolean allowNegative
public FloatingPointValidationPattern()
public boolean getAllowNegative()
public void setAllowNegative(boolean allowNegative)
allowNegative - protected String getRegexString()
getRegexString in class FieldLevelValidationPatternValidationPattern.getRegexString()protected String getPatternTypeName()
getPatternTypeName in class FieldLevelValidationPatternFieldLevelValidationPattern.getPatternTypeName()public ExportMap buildExportMap(String exportKey)
buildExportMap in class FieldLevelValidationPatternValidationPattern.buildExportMap(java.lang.String)public String getValidationErrorMessageKey()
getValidationErrorMessageKey in class FieldLevelValidationPatternFieldLevelValidationPattern.getValidationErrorMessageKey()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.