JavaScript is disabled on your browser.
Skip navigation links
Nuxeo 2023.21.12
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.nuxeo.ecm.webengine.forms.validation.annotations
Annotation Interface Range
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Range
Author:
Bogdan Stefanescu
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
double
max
double
min
boolean
negate
Element Details
min
double
min
Default:
4.9E-324
max
double
max
Default:
1.7976931348623157E308
negate
boolean
negate
Default:
false