public class FixedPointPatternConstraint extends ValidDataPatternConstraint
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowNegative |
protected int |
precision |
protected int |
scale |
valueapplyClientSide, constraintStateOverrides, messageComponentCode, messageKey, messageNamespaceCode, states, validationMessageParams| Constructor and Description |
|---|
FixedPointPatternConstraint() |
| 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.
|
int |
getPrecision() |
protected String |
getRegexString()
Overriding retrieval of
|
int |
getScale() |
List<String> |
getValidationMessageParams()
This overridden method ...
|
boolean |
isAllowNegative() |
void |
setAllowNegative(boolean allowNegative) |
void |
setPrecision(int precision) |
void |
setScale(int scale) |
getValue, setValuegetApplyClientSide, getConstraintStateOverrides, getMessageComponentCode, getMessageKey, getMessageNamespaceCode, getStates, getValidationMessageParamsArray, setApplyClientSide, setConstraintStateOverrides, setMessageComponentCode, setMessageKey, setMessageNamespaceCode, setStates, setValidationMessageParamsprotected boolean allowNegative
protected int precision
protected int scale
public FixedPointPatternConstraint()
protected String getRegexString()
getRegexString in class ValidDataPatternConstraintValidCharactersPatternConstraint.getRegexString()public boolean isAllowNegative()
public void setAllowNegative(boolean allowNegative)
allowNegative - the allowNegative to setpublic int getPrecision()
public void setPrecision(int precision)
precision - the precision to setpublic int getScale()
public void setScale(int scale)
scale - the scale to setpublic List<String> getValidationMessageParams()
getValidationMessageParams in class BaseConstraintBaseConstraint.getValidationMessageParams()public void completeValidation(ValidationTrace tracer)
completeValidation in class ValidCharactersConstrainttracer - Record of component's locationCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.