toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.ux.form
/
Form
Form
data
class
Form
(
val
title
:
String
,
val
controls
:
List
<
Control
>
,
val
id
:
String
=
UUID.randomUUID().toString()
)
UX-independent form definition. Controls, not data.
Members
Constructors
Form
Link copied to clipboard
constructor
(
title
:
String
,
controls
:
List
<
Control
>
,
id
:
String
=
UUID.randomUUID().toString()
)
Properties
controls
Link copied to clipboard
val
controls
:
List
<
Control
>
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String
Functions
info
String
Link copied to clipboard
open
fun
infoString
(
verbose
:
Boolean
?
,
indent
:
Int
)
:
String