|
||||||||||
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.Builder
public static class ValidCharactersConstraintInfo.Builder
Constructor Summary | |
---|---|
ValidCharactersConstraintInfo.Builder()
|
|
ValidCharactersConstraintInfo.Builder(ValidCharactersConstraintInfc vcc)
|
Method Summary | |
---|---|
ValidCharactersConstraintInfo |
build()
|
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. |
ValidCharactersConstraintInfo.Builder |
setApplyClientSide(Boolean applyClientSide)
|
ValidCharactersConstraintInfo.Builder |
setJsValue(String jsValue)
|
ValidCharactersConstraintInfo.Builder |
setLabelKey(String labelKey)
|
ValidCharactersConstraintInfo.Builder |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidCharactersConstraintInfo.Builder()
public ValidCharactersConstraintInfo.Builder(ValidCharactersConstraintInfc vcc)
Method Detail |
---|
public ValidCharactersConstraintInfo build()
public String getJsValue()
ValidCharactersConstraintInfc
getJsValue
in interface ValidCharactersConstraintInfc
public String getValue()
ValidCharactersConstraintInfc
getValue
in interface ValidCharactersConstraintInfc
public ValidCharactersConstraintInfo.Builder setJsValue(String jsValue)
public ValidCharactersConstraintInfo.Builder setValue(String value)
public Boolean getIsApplyClientSide()
BaseConstraintInfc
getIsApplyClientSide
in interface BaseConstraintInfc
public String getLabelKey()
BaseConstraintInfc
getLabelKey
in interface BaseConstraintInfc
public ValidCharactersConstraintInfo.Builder setApplyClientSide(Boolean applyClientSide)
public ValidCharactersConstraintInfo.Builder setLabelKey(String labelKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |