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