public class ValidCharactersConstraintInfo extends Object implements ValidCharactersConstraintInfc, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ValidCharactersConstraintInfo.Builder |
Constructor and Description |
---|
ValidCharactersConstraintInfo()
Constructs a new ValidCharactersConstraintInfo.
|
ValidCharactersConstraintInfo(ValidCharactersConstraintInfc vcc)
Constructs a new ValidCharactersConstraintInfo from a
ValidCharactersConstraintInfc.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsApplyClientSide()
If this is true, the constraint should be applied on the client
side when the user interacts with a field - if this constraint
can be interpreted for client side use.
|
String |
getJsValue()
Javascript version of the regex defined in value.
|
String |
getLabelKey()
LabelKey should be a single word key.
|
String |
getValue()
The Java based regex for valid characters
There are two forms:
regex:xxxxx
and just: xxxx
If the 2nd form then it is interpreted as a simple list of valid characters.
|
public ValidCharactersConstraintInfo()
public ValidCharactersConstraintInfo(ValidCharactersConstraintInfc vcc)
vcc
- the ValidcharactersConstraint to copypublic String getJsValue()
ValidCharactersConstraintInfc
getJsValue
in interface ValidCharactersConstraintInfc
public String getValue()
ValidCharactersConstraintInfc
getValue
in interface ValidCharactersConstraintInfc
public Boolean getIsApplyClientSide()
BaseConstraintInfc
getIsApplyClientSide
in interface BaseConstraintInfc
public String getLabelKey()
BaseConstraintInfc
getLabelKey
in interface BaseConstraintInfc
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.