|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r2.common.datadictionary.dto.ValidCharactersConstraintInfo
public class ValidCharactersConstraintInfo
Nested Class Summary | |
---|---|
static class |
ValidCharactersConstraintInfo.Builder
|
Constructor Summary | |
---|---|
ValidCharactersConstraintInfo()
Constructs a new ValidCharactersConstraintInfo. |
|
ValidCharactersConstraintInfo(ValidCharactersConstraintInfc vcc)
Constructs a new ValidCharactersConstraintInfo from a ValidCharactersConstraintInfc. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidCharactersConstraintInfo()
public ValidCharactersConstraintInfo(ValidCharactersConstraintInfc vcc)
vcc
- the ValidcharactersConstraint to copyMethod Detail |
---|
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |