af:validateLongRange validateLongRange validate long range LongRange longrange
type: oracle.adf.rich.LongRange
Validate that the value entered is within a given range.
This validator provides hints for the help framework, which cannot be turned off.
This validator also runs on the client (implements org.apache.myfaces.trinidad.validator.ClientValidator).
| Name | Type | Supports EL? | Description | 
|---|---|---|---|
| disabled | boolean | Yes | Default Value: false Whether the validator should be disabled, default to false. | 
| hintMaximum | String | Yes | Hint message to be used, to give a hint about the allowed maximum. Parameters: 
 | 
| hintMinimum | String | Yes | Hint message to be used, to give a hint about the allowed minimum. Parameters: 
 | 
| hintNotInRange | String | Yes | Hint message to be used, to give a hint about the allowed range. Parameters: 
 | 
| maximum | long | Yes | The maximum long value of the entered value. | 
| messageDetailMaximum | String | Yes | The detail error message to be used for constructing faces messages, when input value exceeds the  Parameters: 
 | 
| messageDetailMinimum | String | Yes | The detail error message to be used for constructing faces messages, when input value is less than the set  Parameters: 
 | 
| messageDetailNotInRange | String | Yes | The detail error message to be used for constructing faces messages, if input value is not with in the range, when  Parameters: 
 | 
| minimum | long | Yes | The minimum long value of the entered value. |