Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
form-engine
/
org.octavius.form.control.base
/
IntegerValidation
/
IntegerValidation
Integer
Validation
constructor
(
min
:
Int
?
=
null
,
max
:
Int
?
=
null
,
step
:
Int
?
=
null
)