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 |
ViewAttributeValueReader.InputFieldConstrainableInfo.getValidCharactersConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
ViewAttributeValueReader.InputFieldConstrainableInfo.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
ConfigurationBasedRegexPatternConstraint uses a patternTypeKey to get the regex used for validation by key from
the KualiConfigurationService
|
class |
CurrencyPatternConstraint
Validation pattern for matching currency type.
|
class |
DatePatternConstraint
DatePatternConstraint constrains a field to only allow dates which are part of the formats
defined in the system.
|
class |
FixedPointPatternConstraint
Validation pattern for matching fixed point numbers, optionally matching negative numbers
|
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 |
Modifier and Type | Method and Description |
---|---|
protected ValidCharactersConstraint |
LookupableImpl.getSearchCriteriaConstraint(Map lookupCriteria)
Indicator if the search criteria has a valid Characters Constraint.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LookupableImpl.validateSearchParameterConstraint(LookupForm form,
String propertyName,
Map<String,Object> lookupCriteriaAttributes,
String searchPropertyValue,
ValidCharactersConstraint validCharactersConstraint)
Validates that the searchPropertyValue is a valid value based on any constraint that may exist for the property
|
Modifier and Type | Method and Description |
---|---|
ValidCharactersConstraint |
InputFieldBase.getValidCharactersConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
InputFieldBase.setValidCharactersConstraint(ValidCharactersConstraint validCharactersConstraint)
Setter for
validCharacterConstraint |
void |
InputField.setValidCharactersConstraint(ValidCharactersConstraint validCharactersConstraint)
Setter for
validCharacterConstraint |
Modifier and Type | Method and Description |
---|---|
ValidCharactersConstraint |
UifDefaultingService.deriveValidCharactersConstraint(AttributeDefinition attrDef)
Derives a default valid characters constraint definition given the metadata in the
AttributeDefinition |
Modifier and Type | Method and Description |
---|---|
ValidCharactersConstraint |
UifDefaultingServiceImpl.deriveValidCharactersConstraint(AttributeDefinition attrDef) |
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–2014 The Kuali Foundation. All rights reserved.