| Modifier and Type | Field and Description |
|---|---|
protected ValidCharactersConstraint |
AttributeDefinition.validCharactersConstraint |
| Modifier and Type | Method and Description |
|---|---|
ValidCharactersConstraint |
AttributeDefinition.getValidCharactersConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDefinition.setValidCharactersConstraint(ValidCharactersConstraint validCharactersConstraint) |
| Modifier and Type | Method and Description |
|---|---|
ValidCharactersConstraint |
ValidCharactersConstrainable.getValidCharactersConstraint() |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowCharacterConstraint
Parent abstract class that allows additional characters to be allowed in child constraint
character sets, see AlphaNumericPatternConstraint, among others for example.
|
class |
AlphaNumericPatternConstraint
A ValidCharactersConstraint based on AlphaNumericValidationPattern.
|
class |
AlphaPatternConstraint
Pattern for matching alpha characters
|
class |
AnyCharacterPatternConstraint
Pattern for matching any printable character
|
class |
CharsetPatternConstraint
Pattern for matching any character in the given list (String)
|
class |
ConfigurationBasedRegexPatternConstraint |
class |
DatePatternConstraint
DatePatternConstraint constrains a field to only allow dates which are part of the formats
defined in the system.
|
class |
FixedPointPatternConstraint
TODO delyea don't forget to fill this in.
|
class |
FloatingPointPatternConstraint
Validation pattern for matching floating point numbers, optionally matching negative numbers
|
class |
IntegerPatternConstraint
TODO Administrator don't forget to fill this in.
|
class |
NumericPatternConstraint
Pattern for matching numeric characters, difference between NumericPatternConstraint and IntegerPatternConstraint
is that a numeric pattern constraint is for matching numeric characters and can be mixed with other characters
by setting allow flags on, while integer is for only positive/negative numbers
|
class |
UTF8AnyCharacterPatternConstraint
Pattern for matching any printable character
|
class |
ValidCharactersPatternConstraint
This abstract class extends from ValidCharactersConstraint.
|
class |
ValidDataPatternConstraint
Class used to
|
| Modifier and Type | Method and Description |
|---|---|
ValidCharactersConstraint |
InputField.getValidCharactersConstraint()
The
ValideCharacterConstraint that applies to this InputField |
| Modifier and Type | Method and Description |
|---|---|
void |
InputField.setValidCharactersConstraint(ValidCharactersConstraint validCharactersConstraint)
Setter for
validCharacterConstraint |
| Modifier and Type | Method and Description |
|---|---|
static String |
ClientValidationUtils.getRegexMethod(InputField field,
ValidCharactersConstraint validCharactersConstraint)
Returns the add method jquery validator call for the regular expression
stored in validCharactersConstraint.
|
static String |
ClientValidationUtils.getRegexMethodWithBooleanCheck(InputField field,
ValidCharactersConstraint validCharactersConstraint)
Returns the add method jquery validator call for the regular expression
stored in validCharactersConstraint that explicitly checks a boolean.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.