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 Length
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Length
Author:
Bogdan Stefanescu
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int
max
int
min
int
value
Element Details
value
int
value
Default:
-1
min
int
min
Default:
-2147483648
max
int
max
Default:
2147483647