Supported constraints that can be applied to data model items.
| Enum constant | Description |
|---|---|
CONDITIONAL_VALIDATION |
|
DISABLE |
|
ENABLE |
|
ENABLE_AND_CLEAR |
|
IF |
|
IF_EXPRESSION |
|
VISIBLE |
|
VISIBLE_EXPRESSION |
| Type | Name and description |
|---|---|
boolean |
appliesToContainerTrue if this constraint applies to a container field (or label and input field) (otherwise it will just be applied to input fields) |
java.lang.String |
bindingThe knockout data binding that implements this constraint |
boolean |
isBooleanTrue if this constraint should be evaluated as a boolean |
| Methods inherited from class | Name |
|---|---|
class java.lang.Enum |
java.lang.Enum#name(), java.lang.Enum#equals(java.lang.Object), java.lang.Enum#toString(), java.lang.Enum#hashCode(), java.lang.Enum#compareTo(java.lang.Object), java.lang.Enum#compareTo(java.lang.Enum), java.lang.Enum#valueOf(java.lang.Class, java.lang.String), java.lang.Enum#getDeclaringClass(), java.lang.Enum#ordinal(), java.lang.Enum#wait(long, int), java.lang.Enum#wait(long), java.lang.Enum#wait(), java.lang.Enum#getClass(), java.lang.Enum#notify(), java.lang.Enum#notifyAll() |
True if this constraint applies to a container field (or label and input field) (otherwise it will just be applied to input fields)
The knockout data binding that implements this constraint
True if this constraint should be evaluated as a boolean
Groovy Documentation