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.primitive
/
StringControl
/
StringControl
String
Control
constructor
(
label
:
String
?
,
required
:
Boolean
?
=
false
,
dependencies
:
Map
<
String
,
ControlDependency
<
*
>
>
?
=
null
,
validationOptions
:
StringValidation
?
=
null
,
actions
:
List
<
ControlAction
<
String
>
>
?
=
null
)