toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.ux.form
/
FormGenerator
Form
Generator
interface
FormGenerator
Generate forms from JVM types.
Inheritors
SimpleFormGenerator
Members
Members & Extensions
Functions
generate
Form
Link copied to clipboard
open
fun
<
T
:
Any
>
generateForm
(
dataClass
:
Class
<
T
>
,
title
:
String
)
:
Form
abstract
fun
<
T
:
Any
>
generateForm
(
dataClass
:
KClass
<
T
>
,
title
:
String
)
:
Form
generate
Form
Link copied to clipboard
inline
fun
<
T
:
Any
>
FormGenerator
.
generateForm
(
title
:
String
)
:
Form
Generate a form from any class with FormField annotations