minipavi-kotlin
Toggle table of contents
0.0.8
common
Platform filter
common
Switch theme
Search in API
minipavi-kotlin
core
/
fr.outadoc.minipavi.core.model
/
ServiceResponse
/
Command
/
InputText
/
InputText
Input
Text
constructor
(
col
:
Int
,
line
:
Int
,
length
:
Int
,
substituteChar
:
String
=
""
,
spaceChar
:
String
=
"."
,
prefill
:
String
=
""
,
cursor
:
Boolean
=
true
,
submitWith
:
Set
<
FunctionKey
>
=
setOf(FunctionKey.Envoi)
)