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
Integer
Validation
data
class
IntegerValidation
(
val
min
:
Int
?
=
null
,
val
max
:
Int
?
=
null
,
val
step
:
Int
?
=
null
)
:
ValidationOptions
Opcje walidacji dla liczb całkowitych.
Members
Constructors
Integer
Validation
Link copied to clipboard
constructor
(
min
:
Int
?
=
null
,
max
:
Int
?
=
null
,
step
:
Int
?
=
null
)
Properties
max
Link copied to clipboard
val
max
:
Int
?
min
Link copied to clipboard
val
min
:
Int
?
step
Link copied to clipboard
val
step
:
Int
?