Augustus
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Augustus
form-engine
/
org.octavius.form.control.type.number
/
IntegerControl
/
IntegerControl
Integer
Control
constructor
(
label
:
String
?
,
required
:
Boolean
?
=
false
,
dependencies
:
Map
<
String
,
ControlDependency
<
*
>
>
?
=
null
,
validationOptions
:
IntegerValidation
?
=
null
,
actions
:
List
<
ControlAction
<
Int
>
>
?
=
null
)