JavaScript class encapsulating the minimum and maximum validation logic of an adaptive form component Instantiation of the class is not permitted and doing so will throw a runtime exception
- Since:
-
- 6.3
Members
-
maximum :Number
-
Specifies the maximum value allowed for the component
Type:
- Number
- Since:
-
- 6.3
-
minimum :Number
-
Specifies the minimum value allowed for the component
Type:
- Number
- Since:
-
- 6.3
-
exclusiveMaximum :boolean
-
Specifies whether the maximum value is to be excluded or not
Type:
- boolean
- Since:
-
- 6.3
-
exclusiveMinimum :boolean
-
Specifies whether the minimum value is to be excluded or not
Type:
- boolean
- Since:
-
- 6.3