Validator that compares a value against the specified minimum and maximum settings. If the Composite Application Framework application cannot convert the current value to Double, the application throws a ValidatorException. The Double Range Validator is a standard JSF validator.
Info | Value |
---|---|
Validator ID | javax.faces.DoubleRange |
Handler Class | None |
Description | Validates that the input is of the specified range. (range is a double) |
Palette Location | JSF Core/Validator/Double Range |
Name | Required | Type | Description |
---|---|---|---|
maximum | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| The maximum number of characters allowed |
minimum | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| The minimum number of characters allowed |
Output generated by Vdldoc View Declaration Language Documentation Generator.